X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fcbc59051841c6e76a6737acf8ccaac4afd98666..27f5042b0435d26ae98b22f8e42115e44afe53bc:/Makefile.in diff --git a/Makefile.in b/Makefile.in index fba1202..30ce8f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ DISTSUBDIRS:=debian/copyright debian/changelog debian/control \ %.c: %.y %.yy.c: %.fl - flex -o$@ $< + flex --header=$*.yy.h -o$@ $< %.tab.c %.tab.h: %.y bison -d -o $@ $< @@ -129,6 +129,7 @@ $(DEPENDS): ${srcdir}/depend.sh # Manual dependencies section conffile.yy.c: conffile.fl conffile.tab.c +conffile.yy.h: conffile.yy.c conffile.tab.c: conffile.y # End of manual dependencies section