diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-25 06:19:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-25 06:19:41 +0000 |
| commit | 4a6222ea41c4f3f441a878700c80e7b2462e5cc2 (patch) | |
| tree | 42d2f76a9e6a4bf3b198e4a75fb1ae69af0df2c3 /gnu | |
| parent | 72ed19a74f463386ed3e2f393e02d662ea333fd0 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index ae8745bbc550..446b6eb81ec5 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -3,7 +3,7 @@ .include "../Makefile.inc" .include "../Makefile.fe" -.PATH: ${GCCDIR} +.PATH: ${GCCDIR} ${GCCDIR}/doc PROG= cc MAN= gcc.1 diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index f8e52f370250..2df34faa9f10 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -3,7 +3,7 @@ .include "../Makefile.inc" .include "../Makefile.fe" -.PATH: ${GCCDIR} +.PATH: ${GCCDIR} ${GCCDIR}/doc PROG= cpp SRCS= gcc.c cppspec.c @@ -14,9 +14,4 @@ CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" DPADD= ${LIBCC_INT} LDADD= ${LIBCC_INT} -CLEANFILES= cpp.1 - -cpp.1: cccp.1 - cat ${.ALLSRC} > ${.TARGET} - .include <bsd.prog.mk> |
