summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-11-07 13:46:16 +0000
committerkan <kan@FreeBSD.org>2004-11-07 13:46:16 +0000
commitd28d463543ff4cb638b7ec17daf0d67d694d6c00 (patch)
treebd1cdba6c2d3d642e4bf1ada61ae21603533bd60 /gnu
parent72adffa0b874e11f78ac541cb7e25b46ac785058 (diff)
downloadFreeBSD-src-d28d463543ff4cb638b7ec17daf0d67d694d6c00.zip
FreeBSD-src-d28d463543ff4cb638b7ec17daf0d67d694d6c00.tar.gz
Unbreak c++filt. It was disconnected from the build and never fixed during
GCC 3.4.2 work unintentioanlly. Reminded by: bms
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index 15aa936..6121146 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -5,7 +5,7 @@
.PATH: ${GCCDIR}
PROG= c++filt
-SRCS= cp-demangle.c cplus-dem+%DIKED.c
+SRCS= cp-demangle.c
NOMAN=
CFLAGS+= -DSTANDALONE_DEMANGLER -DIN_GCC -DVERSION=\"$(version)\"
@@ -13,11 +13,4 @@ CFLAGS+= -DSTANDALONE_DEMANGLER -DIN_GCC -DVERSION=\"$(version)\"
DPADD= ${LIBCC_INT}
LDADD= ${LIBCC_INT}
-cplus-dem+%DIKED.c: cplus-dem.c
- sed -e 's/^xmalloc[ ]/_DONT_xmalloc /g' \
- -e 's/^xrealloc[ ]/_DONT_xrealloc /g' \
- ${.ALLSRC} > ${.TARGET}
-
-CLEANFILES= cplus-dem+%DIKED.c
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud