summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index 210ba94..eea5cf4 100644
--- a/usr.bin/f2c/Makefile
+++ b/usr.bin/f2c/Makefile
@@ -27,6 +27,6 @@ tokdefs.h: ${.CURDIR}/tokens
grep -n . <${.CURDIR}/tokens | sed "s/\([^:]*\):\(.*\)/#define \2 \1/" >tokdefs.h
CLEANFILES+=\
- gram.c tokdefs.h
+ gram.c tokdefs.h y.tab.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud