summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1obj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc1obj/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index d4ecd8c..9d9e598 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -12,8 +12,8 @@ NOSHARED?=yes
CFLAGS+= -I${GCCDIR}/objc -I.
-DPADD+= ${LIBCC_INT}
-LDADD+= ${LIBCC_INT}
+DPADD= ${LIBCC_INT}
+LDADD= ${LIBCC_INT}
#-----------------------------------------------------------------------
# objc parser
OpenPOWER on IntegriCloud