summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 12be88f..f8e52f3 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -11,8 +11,8 @@ SRCS= gcc.c cppspec.c
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
-DPADD+= ${LIBCC_INT}
-LDADD+= ${LIBCC_INT}
+DPADD= ${LIBCC_INT}
+LDADD= ${LIBCC_INT}
CLEANFILES= cpp.1
OpenPOWER on IntegriCloud