summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-04-21 00:07:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:12 -0500
commit346212d8f98c44a78517561510da193a08dba41a (patch)
treecdc0d1417c95f1bc6487c5b1fcbe5cb0b8bdaade
parent7970a755ea4b973c752f52232b99ecf09b35d558 (diff)
downloadsamba-346212d8f98c44a78517561510da193a08dba41a.tar.gz
samba-346212d8f98c44a78517561510da193a08dba41a.tar.bz2
samba-346212d8f98c44a78517561510da193a08dba41a.zip
r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. Replace
this with an explicit rm. (This used to be commit ed33a140044c301f23b1bccbc334dd0e163647ed)
-rw-r--r--source4/heimdal_build/config.mk2
-rw-r--r--source4/static_deps.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index f32c62f6ba..eb68acc4eb 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -443,7 +443,7 @@ heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin
$(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto
heimdal/lib/des/hcrypto:
- ln -sf ./../des $@
+ rm -f $@; ln -s ./../des $@
clean::
@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
diff --git a/source4/static_deps.mk b/source4/static_deps.mk
index 3904149c38..2f33c92a18 100644
--- a/source4/static_deps.mk
+++ b/source4/static_deps.mk
@@ -27,7 +27,7 @@ heimdal_basics: \
heimdal/lib/krb5/heim_err.h \
heimdal/lib/krb5/k524_err.h \
heimdal/lib/krb5/krb5_err.h
- ln -fs ./../des heimdal/lib/des/hcrypto
+ rm -f heimdal/lib/des/hcrypto ; ln -s ./../des heimdal/lib/des/hcrypto
proto: basics
basics: include/includes.h \