chiark / gitweb /
Minor Makefile update
[secnet.git] / Makefile.in
index a6b851d71a9b1f9a4029a68ef8734a0ee4ff579a..4c69b64901f411770e6708ac4d396ed86a07fe25 100644 (file)
@@ -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