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 2babb4a..f23d724 100644
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,5 @@ incdec.pl: incdec.pl.m4 incdec.pm
m4 $< > $@
rm incdec.sub.pl
-incdec: incdec.m4 incdec.pl
- m4 $< > $@
+incdec: incdec.m4.bash incdec.pl
+ m4 $< --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" > $@