summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-25 06:19:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-25 06:19:41 +0000
commit4a6222ea41c4f3f441a878700c80e7b2462e5cc2 (patch)
tree42d2f76a9e6a4bf3b198e4a75fb1ae69af0df2c3 /gnu/usr.bin
parent72ed19a74f463386ed3e2f393e02d662ea333fd0 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc/Makefile2
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile7
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>