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 Add cpp.1 as an MLINK



details:   https://anonhg.NetBSD.org/src/rev/02c3637aae2a
branches:  trunk
changeset: 516137:02c3637aae2a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Oct 17 05:39:04 2001 +0000

description:
Add cpp.1 as an MLINK

diffstat:

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

diffs (18 lines):

diff -r 5a0ae669a506 -r 02c3637aae2a gnu/usr.bin/gcc/cpp/Makefile
--- a/gnu/usr.bin/gcc/cpp/Makefile      Wed Oct 17 05:22:32 2001 +0000
+++ b/gnu/usr.bin/gcc/cpp/Makefile      Wed Oct 17 05:39:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2001/08/19 14:23:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.15 2001/10/17 05:39:04 jmc Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
 TEXINFO=       cpp.texi
 
 MAN=           cccp.1
-MLINKS=                cccp.1 gcpp.1
+MLINKS=                cccp.1 gcpp.1 cccp.1 cpp.1
 
 
 .include "../Makefile.frontend"



Home | Main Index | Thread Index | Old Index