summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMightyjo <mightyjo@gmail.com>2015-11-08 15:43:09 -0800
committerMightyjo <mightyjo@gmail.com>2015-11-08 15:43:09 -0800
commita6ceb756d9ea480087214657e2cd9bbf0a7f5dc6 (patch)
tree9ec3a3e398fa7fbbf619bb763a81ab796b33e70b /src
parent1f4c0e67fefa05dfdad8ee815aa8bbbc0f0377f9 (diff)
parentcf6cb4dce791c26567cc506770ca96b4f4118024 (diff)
Merge branch 'master' into streamrefs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5353ebb..a1fc869 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,6 +67,8 @@ EXTRA_DIST = \
BUILT_SOURCES = \
skel.c
+MAINTAINERCLEANFILES = skel.c
+
skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
sed 's/m4_/m4postproc_/g; s/m4preproc_/m4_/g' $(srcdir)/flex.skl | $(m4) -P -DFLEX_MAJOR_VERSION=`echo $(VERSION)|cut -f 1 -d .` -DFLEX_MINOR_VERSION=`echo $(VERSION)|cut -f 2 -d .` -DFLEX_SUBMINOR_VERSION=`echo $(VERSION)|cut -f 3 -d .` | sed 's/m4postproc_/m4_/g' | $(SHELL) $(srcdir)/mkskel.sh >skel.c