summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-02-06 01:12:15 +0000
committerats <ats@FreeBSD.org>1994-02-06 01:12:15 +0000
commit940016a71cdab3cec8f8bb98ec3e603d67193dbb (patch)
treec314a076306d77aae9af445db7b93c06fb4d9033 /usr.bin
parent1cb41ef19c19826332c2a37658cedc0449fd0e8d (diff)
downloadFreeBSD-src-940016a71cdab3cec8f8bb98ec3e603d67193dbb.zip
FreeBSD-src-940016a71cdab3cec8f8bb98ec3e603d67193dbb.tar.gz
Added the y.tab.h file to the CLEANFILE target.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index 210ba94..eea5cf4 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud