summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
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/heimdal_build
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/heimdal_build')
-rw-r--r--source4/heimdal_build/config.mk2
1 files changed, 1 insertions, 1 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