diff options
author | ru <ru@FreeBSD.org> | 2006-09-21 07:52:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-21 07:52:41 +0000 |
commit | 36d936524c55d164f8923246f525177781ad4cd7 (patch) | |
tree | 8e436fe7411224963e4863e72c9c1bc35b020cb7 | |
parent | c13f72f1a0dcbb8ed60899ee073d4ead6e9ce50e (diff) | |
download | FreeBSD-src-36d936524c55d164f8923246f525177781ad4cd7.zip FreeBSD-src-36d936524c55d164f8923246f525177781ad4cd7.tar.gz |
Prepare to pick up manpages from their new location.
-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 ae8745b..446b6eb 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 415d63d..cbac743 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> |