summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>2003-09-02 20:01:59 +0000
committerdrochner <drochner@NetBSD.org>2003-09-02 20:01:59 +0000
commitba1560352b347069417d4d5eb1927732f34d5b89 (patch)
tree74b33be09ce700cd99facb2b555346588c6ccccf /gnu/usr.bin/gcc/cpp
parentd1b485c800d497227ef1e0a152807e9a8b04e037 (diff)
make the cpp.1 thing work
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
-rw-r--r--gnu/usr.bin/gcc/cpp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile
index 223a1b6a735..c2a6dbaf0e8 100644
--- a/gnu/usr.bin/gcc/cpp/Makefile
+++ b/gnu/usr.bin/gcc/cpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/09/02 05:23:06 mrg Exp $
+# $NetBSD: Makefile,v 1.17 2003/09/02 20:01:59 drochner Exp $
.include <bsd.own.mk>
@@ -12,14 +12,14 @@ TEXINFO= cpp.texi
MAN= cpp.1
MLINKS= cpp.1 gcpp.1 cpp.1 cpp.1
+.include "../Makefile.frontend"
+
# delete "cccp" man page before netbsd 2.0 if you remember...
CLEANFILES+= cpp.1
cpp.1: ${DIST}/gcc/cccp.1
rm -f cpp.1
cp ${DIST}/gcc/cccp.1 cpp.1
-.include "../Makefile.frontend"
-
.PATH: ${DIST}/gcc
.include <bsd.info.mk>