summaryrefslogtreecommitdiff
path: root/source4/static_deps.mk
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 /source4/static_deps.mk
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)
Diffstat (limited to 'source4/static_deps.mk')
-rw-r--r--source4/static_deps.mk2
1 files changed, 1 insertions, 1 deletions
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 \