summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-04 19:45:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-04 19:45:09 +0000
commit8df64a7d4f996e8d6d2c830193dfae6979e36a42 (patch)
tree45ff9e759a2dc24cc86b104f13db9db33e8db8f0 /gnu/usr.bin/cc/cpp
parente7dc92f0f96b7bab4ff7e22edd9e7cd78982b404 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
-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 27e49835b344..16b5eba73f27 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -12,7 +12,7 @@ NOMAN= 1
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
-DPADD+= ${LIBCC_INT} ${LIBCC_FBSD}
-LDADD+= ${LIBCC_INT} ${LIBCC_FBSD}
+DPADD+= ${LIBCC_INT}
+LDADD+= ${LIBCC_INT}
.include <bsd.prog.mk>