From 76eca2924f9959cc4ea6a87bfb20c83a652149e3 Mon Sep 17 00:00:00 2001 From: Stephen Early Date: Wed, 6 Apr 2005 01:44:21 +0100 Subject: [PATCH] Minor Makefile update Update bison pattern rule to indicate that both the .tab.c and .tab.h files are generated by the same command. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2