Commit Diff


commit - 14c31a433b611c8184d7d503eb71a5e7c648ef09
commit + 11ba7ae21c5fc88e8c960fd698c8518dcf175b72
blob - bf2f3a05aa5733a7c0b1cc81ef7743d35633bd70
blob + 5b41a3b36ca0223dab174dafa40e73c572f9a203
--- template/regress/Makefile
+++ template/regress/Makefile
@@ -25,7 +25,7 @@ clean-comp:
 .SUFFIXES: .tmpl .c .o
 
 .tmpl.c:
-	./template $? > $@
+	./template -o $@ $?
 
 00-empty:
 	./template 00-empty.tmpl >/dev/null