summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cpp0/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile
index eb0bc72..662f03e 100644
--- a/gnu/usr.bin/cc/cpp0/Makefile
+++ b/gnu/usr.bin/cc/cpp0/Makefile
@@ -11,8 +11,8 @@ BINDIR= /usr/libexec
NOMAN= 1
NOSHARED?=yes
-DPADD+= ${LIBCC_INT}
-LDADD+= ${LIBCC_INT}
+DPADD= ${LIBCC_INT}
+LDADD= ${LIBCC_INT}
#-----------------------------------------------------------------------
# C parser
OpenPOWER on IntegriCloud