Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gcc/cpp make the cpp.1 thing work



details:   https://anonhg.NetBSD.org/src/rev/9f67d8f0f5ba
branches:  trunk
changeset: 551246:9f67d8f0f5ba
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Sep 02 20:01:59 2003 +0000

description:
make the cpp.1 thing work

diffstat:

 gnu/usr.bin/gcc/cpp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7a693a73b8e9 -r 9f67d8f0f5ba gnu/usr.bin/gcc/cpp/Makefile
--- a/gnu/usr.bin/gcc/cpp/Makefile      Tue Sep 02 18:39:27 2003 +0000
+++ b/gnu/usr.bin/gcc/cpp/Makefile      Tue Sep 02 20:01:59 2003 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index