aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc1plus
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-18 00:18:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-18 00:18:00 +0000
commit00900fed40428d23fe3e7ac02f1522654c2a8196 (patch)
tree42e9d4d9cc7cddefc1a7f8b9038ace4e1f6070e2 /gnu/usr.bin/cc/cc1plus
parent2541b18f25da29ac0e58ddbff0cf4fc7f6735cc2 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1plus')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 97ccdcf2f345..0833f6198067 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -5,7 +5,7 @@
.PATH: ${GCCDIR}/cp ${GCCDIR}
PROG= cc1plus
-SRCS= parse+%DIKED.c parse.h cfns.h
+SRCS= parse+%DIKED.c parse.h
SRCS+= main.c cp-lang.c \
call.c class.c cvt.c decl.c decl2.c error.c except.c expr.c friend.c \
init.c lex.c mangle.c method.c pt.c ptree.c repo.c rtti.c search.c \
@@ -32,10 +32,6 @@ parse.h: y.tab.h
cp -pf y.tab.h ${.TARGET}
grep '^#define[ ]*YYEMPTY' ${.TARGET:S/h$/c/} >>${.TARGET}
-cfns.h: cfns.gperf
- gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' \
- ${.ALLSRC} > ${.TARGET}
-
-CLEANFILES= parse+%DIKED.c parse.c parse.h y.tab.h cfns.h
+CLEANFILES= parse+%DIKED.c parse.c parse.h y.tab.h
.include <bsd.prog.mk>