From 38b8690553a3c7d602c10e88d9d76c7ee3a4cf11 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 3 Sep 2003 14:21:51 +0000 Subject: [PATCH] make the cpp.1 thing really work --- gnu/usr.bin/gcc/cpp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index c2a6dbaf0e8a..db81eded9056 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/09/02 20:01:59 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2003/09/03 14:21:51 drochner Exp $ .include @@ -10,16 +10,18 @@ LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp TEXINFO= cpp.texi MAN= cpp.1 -MLINKS= cpp.1 gcpp.1 cpp.1 cpp.1 +MLINKS= cpp.1 gcpp.1 .include "../Makefile.frontend" # delete "cccp" man page before netbsd 2.0 if you remember... CLEANFILES+= cpp.1 -cpp.1: ${DIST}/gcc/cccp.1 +${.OBJDIR}/cpp.1: ${DIST}/gcc/cccp.1 rm -f cpp.1 cp ${DIST}/gcc/cccp.1 cpp.1 +cpp.cat1: ${.OBJDIR}/cpp.1 + .PATH: ${DIST}/gcc .include