From 99e9bee1fe5090927a111ff66840c964fddb694e Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 7 Apr 1999 15:00:28 +0000 Subject: removed the -f option to ln for MVSLIB, as well --- include/makeinclude/rules.local.GNU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index d43910b2547..599a4f2ff1f 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -140,7 +140,7 @@ ifdef MVSLIB echo "$(@F:.$(SOEXT)=.x) already installed" ; \ else \ echo "Installing $(@F:.$(SOEXT)=.x) -> $(@D)" ; \ - $(RM) $(@); ln -s -f $(shell pwd)/$(@F:.$(SOEXT)=.x) $(@:.$(SOEXT)=.x) ; \ + $(RM) $(@); ln -s $(shell pwd)/$(@F:.$(SOEXT)=.x) $(@:.$(SOEXT)=.x) ; \ fi \ fi endif -- cgit v1.2.1