From bc52f83749b31166c2b334be6ad76935f5d261db Mon Sep 17 00:00:00 2001 From: ats Date: Mon, 26 Dec 1994 19:15:19 +0000 Subject: 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(-) (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index 8da044c..ce9e1fe 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 -- cgit v1.1