summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++filt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/c++filt/Makefile')
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index f187a7b..045d33f 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -10,8 +10,8 @@ NOMAN= 1
CFLAGS+= -DSTANDALONE_DEMANGLER -DIN_GCC -DVERSION=\"$(version)\"
-DPADD+= ${LIBCC_INT}
-LDADD+= ${LIBCC_INT}
+DPADD= ${LIBCC_INT}
+LDADD= ${LIBCC_INT}
cplus-dem+%DIKED.c: cplus-dem.c
sed -e 's/^xmalloc[ ]/_DONT_xmalloc /g' \
OpenPOWER on IntegriCloud