From 74a58e45c1c5e9b2943956467f0a2796f4c8c0f6 Mon Sep 17 00:00:00 2001 From: Rod Grimes Date: Fri, 20 Aug 1993 01:44:19 +0000 Subject: [PATCH] Argh, I copied the symlink from the old make file, but now the compiler binary is installed as gcc instead of cc, so had to reverse the symbolic link. --- gnu/usr.bin/cc/cc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index 440d386ae9..d5c31592a1 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -11,6 +11,6 @@ afterinstall: install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ $(.CURDIR)/g++.script $(DESTDIR)/usr/bin/g++ rm -f $(DESTDIR)$(BINDIR)/cc - cd $(DESTDIR)$(BINDIR); ln -s cc gcc + cd $(DESTDIR)$(BINDIR); ln -s gcc cc .include -- 2.20.1