aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-03-18 12:28:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-03-18 12:28:09 +0000
commitc868efd5901a73c3449a20a33b59b926e233be2e (patch)
tree2d6181f551b3c65d4e71b40e7119ad17144031af /gnu
parent77636759a34135c242e38651f442caf5bfc564c6 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index c367283e58df..0fec07193731 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,11 +1,12 @@
#
-# $Id: Makefile,v 1.7 1997/02/22 15:44:49 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/08 12:27:04 obrien Exp $
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
-LINKS= ${BINDIR}/c++ ${BINDIR}/g++ ${BINDIR}/CC
+LINKS= ${BINDIR}/c++ ${BINDIR}/g++
+LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
NOMAN= 1
.include <bsd.prog.mk>