diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 210ba9404e24..eea5cf4ce5bb 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