aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f88a43..b7bd9f3 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: incdec
incdec: incdec.m4.bash incdec.pl
- m4 $< --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" > $@
+ m4 --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" $< > $@
incdec.pl: incdec.pl.m4 incdec.pm
sed -n '/sub incdec {/,/^}/p' incdec.pm > incdec.sub.pl