diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-21 07:52:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-09-21 07:52:41 +0000 |
| commit | f6b0ef28b70fa2051162b1c4c0e48d8832caaf4c (patch) | |
| tree | 8e436fe7411224963e4863e72c9c1bc35b020cb7 | |
| parent | 83cc3b492f249f7dc5ff4b5a7edd07126c296109 (diff) | |
Notes
| -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 ae8745bbc550d..446b6eb81ec5d 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 415d63d3b616c..cbac74372cd47 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 @@ -11,9 +11,4 @@ SRCS= gcc.c cppspec.c DPADD= ${LIBCC_INT} LDADD= ${LIBCC_INT} -CLEANFILES= cpp.1 - -cpp.1: cccp.1 - cat ${.ALLSRC} > ${.TARGET} - .include <bsd.prog.mk> |
