add CC' as a link to c++' for compatablity with SGI.

This commit is contained in:
obrien 1998-03-08 12:27:04 +00:00
parent fd9eeda4b1
commit 2cdcc81198

View File

@ -1,11 +1,11 @@
#
# $Id$
# $Id: Makefile,v 1.7 1997/02/22 15:44:49 peter Exp $
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS= ${BINDIR}/c++ ${BINDIR}/g++ ${BINDIR}/CC
NOMAN= 1
.include <bsd.prog.mk>