Added the y.tab.h file to the CLEANFILE target.

This commit is contained in:
Andreas Schulz 1994-02-06 01:12:15 +00:00
parent 46ed4d4f41
commit 2888390764
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1093

View file

@ -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>