summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-19 21:15:52 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-19 21:15:52 +0000
commit2a7f56b7840b41764b739e2885fab90f9ef02346 (patch)
tree3481b3f6df712f923691cce1358c82feba8306a3 /Makefile.am
parentd275dd824d118b5e5a11844ee947986c4a364684 (diff)
Skeleton is now passed through m4 (before dist is built).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b9ac53..ac1a762 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,7 +121,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh
- $(SHELL) $(srcdir)/mkskel.sh $(srcdir)/flex.skl >skel.c
+ m4 -P $(srcdir)/flex.skl | $(SHELL) $(srcdir)/mkskel.sh >skel.c
$(man_MANS): $(srcdir)/main.c
for i in $(man_MANS) ; do \