Commit Diff


commit - a3da26c9a74745c4974f91be9cc9d17d0db80f48
commit + bbf1d288c6c23998303f5e37a5c9ea7ec0d5972d
blob - 2d0e7b90e81c7f5c1b07c719dd16b7b77a8d5bc6
blob + a9a333247b3b737898f294ce1a33477b315722a7
--- Makefile
+++ Makefile
@@ -59,7 +59,7 @@ template/template:
 	${MAKE} -C template
 
 fragments.c: template/template fragments.tmpl
-	./template/template fragments.tmpl > $@ || rm -f $@
+	./template/template -o $@ fragments.tmpl
 
 y.tab.c: parse.y
 	${YACC} -b y parse.y