diff options
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 27e49835b344b..16b5eba73f273 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> |
