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