diff options
author | ats <ats@FreeBSD.org> | 1994-02-06 01:12:15 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-02-06 01:12:15 +0000 |
commit | 940016a71cdab3cec8f8bb98ec3e603d67193dbb (patch) | |
tree | c314a076306d77aae9af445db7b93c06fb4d9033 /usr.bin/f2c | |
parent | 1cb41ef19c19826332c2a37658cedc0449fd0e8d (diff) | |
download | FreeBSD-src-940016a71cdab3cec8f8bb98ec3e603d67193dbb.zip FreeBSD-src-940016a71cdab3cec8f8bb98ec3e603d67193dbb.tar.gz |
Added the y.tab.h file to the CLEANFILE target.
Diffstat (limited to 'usr.bin/f2c')
-rw-r--r-- | usr.bin/f2c/Makefile | 2 |
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> |