diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-05 22:44:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-05 22:44:25 +0000 |
| commit | 47d7e8a96f52d91b1f0fe5184f0f5d88c897db38 (patch) | |
| tree | 687ecea23d9cd395958695d4b6773b1cd2bafea1 /gnu/usr.bin/cc/cpp | |
| parent | 3962ef4305e41fefa0f7dfba4b66067f97d98d2c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -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 12be88f94c515..f8e52f370250f 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 |
