summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index c6f0112..f95615b 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -13,6 +13,6 @@ LDDESTDIR+= -L${.CURDIR}/../cc_int
LDADD+= -lcc_int
afterinstall:
- cd $(DESTDIR)$(BINDIR) ; rm gcc ; ln -s cc gcc
+ cd $(DESTDIR)$(BINDIR) ; rm -f gcc ; ln -s cc gcc
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud