Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / usr.bin / f2c / Makefile
index 210ba94..eea5cf4 100644 (file)
@@ -27,6 +27,6 @@ tokdefs.h: ${.CURDIR}/tokens
        grep -n . <${.CURDIR}/tokens | sed "s/\([^:]*\):\(.*\)/#define \2 \1/" >tokdefs.h
 
 CLEANFILES+=\
        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>
 
 .include <bsd.prog.mk>