1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00

Don't add y.tab.h to CLEANFILES, since this would now be done centrally

if y.tab.h were generated.  Don't generate y.tab.h, since it is not used.
This commit is contained in:
Bruce Evans 1998-05-04 18:13:54 +00:00
parent 11ad455083
commit 6b40d3ae8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35699

View File

@ -8,7 +8,7 @@ CFLAGS+= -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1
CFLAGS+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1
CFLAGS+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR}
CFLAGS+= -DDEF_AR_FILE=\"/dev/rst0\" -DDEFBLOCKING=20
CLEANFILES+=y.tab.h
YFLAGS=
NOSHARED?=yes
DPADD+= ${LIBGNUREGEX}