From: Stephen Early Date: Wed, 6 Apr 2005 00:44:21 +0000 (+0100) Subject: Minor Makefile update X-Git-Tag: v0.1.18.1~14 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/76eca2924f9959cc4ea6a87bfb20c83a652149e3 Minor Makefile update Update bison pattern rule to indicate that both the .tab.c and .tab.h files are generated by the same command. --- diff --git a/Makefile.in b/Makefile.in index a6b851d..4c69b64 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,7 +81,7 @@ DISTSUBDIRS:=debian/conffiles debian/copyright debian/changelog \ %.yy.c: %.fl flex -o$@ $< -%.tab.c: %.y +%.tab.c %.tab.h: %.y bison -d -o $@ $< %.o: %.c