diff options
| author | mrg <mrg@NetBSD.org> | 2003-09-04 04:17:01 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-09-04 04:17:01 +0000 |
| commit | 02fdaf3a7a86fd5fec610401523c260e92608a4d (patch) | |
| tree | fa82ee6178b5e1e0ce68fa42984f44fa3a908749 /gnu/usr.bin/gcc/cpp | |
| parent | 119a24cbdd9dae93ff9091e608ab97183ca0ded5 (diff) | |
backout rev 1.16 (wrong tree), and 1.17 and 1.18 trying to fix 1.16...
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index db81eded905..9c57b66ba00 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/03 14:21:51 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/04 04:17:01 mrg Exp $ .include <bsd.own.mk> @@ -9,18 +9,11 @@ LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp TEXINFO= cpp.texi -MAN= cpp.1 -MLINKS= cpp.1 gcpp.1 +MAN= cccp.1 +MLINKS= cccp.1 gcpp.1 cccp.1 cpp.1 -.include "../Makefile.frontend" - -# delete "cccp" man page before netbsd 2.0 if you remember... -CLEANFILES+= cpp.1 -${.OBJDIR}/cpp.1: ${DIST}/gcc/cccp.1 - rm -f cpp.1 - cp ${DIST}/gcc/cccp.1 cpp.1 -cpp.cat1: ${.OBJDIR}/cpp.1 +.include "../Makefile.frontend" .PATH: ${DIST}/gcc |
