summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-20 06:28:37 +0000
committerpaul <paul@FreeBSD.org>1994-08-20 06:28:37 +0000
commit8388777da07856fa366a80a44708198d75623053 (patch)
tree9ae2941c6bf28bca5a5396328b25cd9e034dcd16 /gnu/usr.bin
parent96e6b37e500fb6c55561f50d65f9495288f7fcdb (diff)
downloadFreeBSD-src-8388777da07856fa366a80a44708198d75623053.zip
FreeBSD-src-8388777da07856fa366a80a44708198d75623053.tar.gz
Added -f to rm so install doesn't abort if the file doesn't exist.
Reviewed by: Submitted by:
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