From: Stephen Early Date: Wed, 6 Apr 2005 00:44:21 +0000 (+0100) Subject: Minor Makefile update X-Git-Tag: chiark-0.1.17~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=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