From b683efc6bba8a6a8b567cbe1150ee8239e7d4a13 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 9 Nov 2004 03:17:07 +0000 Subject: MFC: Unbreak c++filt and reconnect it to the build. --- gnu/usr.bin/cc/Makefile | 2 +- gnu/usr.bin/cc/c++filt/Makefile | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 69b4eb93e275..d8ea8c26ae28 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -10,7 +10,7 @@ SUBDIR+= cpp .endif .if !defined(NO_CXX) -SUBDIR+= cc1plus c++ +SUBDIR+= cc1plus c++ c++filt .if !defined(NO_COLLECT2) #SUBDIR+= collect2 .endif diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile index 045d33f820ec..31cd51e436f3 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= 1 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 -- cgit v1.3