diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-08-28 18:49:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-08-28 18:49:06 +0000 |
| commit | 2577a8acef31ccb449242f8c073d0b996d8a91f2 (patch) | |
| tree | f634567066510cf9e0c3eecd0cb9c32c09d5b419 /gnu/usr.bin/cc/cpp | |
| parent | a8c32ea5a1a64cfc0983402b2ff6a600915fc38b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 8467da454cb6..b7e09c216bb0 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -5,8 +5,7 @@ PROG = cpp SRCS = cccp.c cexp.c BINDIR= /usr/libexec -LDDESTDIR+= -L${.CURDIR}/../cc_int/obj -LDDESTDIR+= -L${.CURDIR}/../cc_int +DPADD+= ${LIBCC_INT} LDADD+= -lcc_int .include <bsd.prog.mk> |
