diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-24 20:12:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-24 20:12:05 +0000 |
| commit | 9c8a631de51f20f905a39c53a2f2203af387abab (patch) | |
| tree | 2fe2100056832628d988904056527156388f3459 /gnu/usr.bin/cc/cpp | |
| parent | d092560c58f444bbbbb71cd9757e87d300aff728 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 094279949705..b5661d3658a7 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -5,10 +5,10 @@ .PATH: ${GCCDIR} PROG= cpp -SRCS= gcc.c cppspec.c # version.c +SRCS= gcc.c cppspec.c NOMAN= 1 -DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD} -LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD} +DPADD+= ${LIBCC_INT} ${LIBCC_FBSD} +LDADD+= ${LIBCC_INT} ${LIBCC_FBSD} .include <bsd.prog.mk> |
