From e5447065e50c22ca5a70fc46cbe2d0cf3da1fd63 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 17 Oct 2001 05:39:04 +0000 Subject: Add cpp.1 as an MLINK --- gnu/usr.bin/gcc/cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/gcc/cpp') diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index c6b4908b09d..9ff21b3ef85 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -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 @@ -10,7 +10,7 @@ LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp TEXINFO= cpp.texi MAN= cccp.1 -MLINKS= cccp.1 gcpp.1 +MLINKS= cccp.1 gcpp.1 cccp.1 cpp.1 .include "../Makefile.frontend" -- cgit