From db9cea67795dcf525d89b0861e923cbb591738fe Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 1 Nov 1994 21:28:00 +0000 Subject: Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's now at least orthogonal evil. --- gnu/usr.bin/cc/c++/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index 3c9351e..8eee9cd 100644 --- a/gnu/usr.bin/cc/c++/Makefile +++ b/gnu/usr.bin/cc/c++/Makefile @@ -1,10 +1,11 @@ # -# $Id$ +# $Id: Makefile,v 1.3 1994/09/18 22:35:43 wollman Exp $ # PROG = c++ SRCS = g++.c BINDIR= /usr/bin +LINKS= ${BINDIR}/c++ ${BINDIR}/g++ NOMAN= 1 .include -- cgit v1.1