mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Added the y.tab.h file to the CLEANFILE target.
This commit is contained in:
parent
46ed4d4f41
commit
2888390764
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1093
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user