From d5a22d48c4d05ad06b6ba45f0fedac096dfef3f0 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Mon, 26 Dec 1994 19:15:19 +0000 Subject: [PATCH] Install also a gcc.1 manual page as a link from cc.1, as long as we have the link cc to gcc. --- gnu/usr.bin/cc/cc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index 8da044cd90fc..ce9e1fe60fca 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.7 1994/11/15 04:51:27 phk Exp $ # PROG = cc @@ -8,5 +8,6 @@ BINDIR= /usr/bin .PATH: ${.CURDIR}/../cc_int SRCS+= obstack.c version.c LINKS= ${BINDIR}/cc ${BINDIR}/gcc +MLINKS= cc.1 gcc.1 .include