From 346212d8f98c44a78517561510da193a08dba41a Mon Sep 17 00:00:00 2001 From: James Peach Date: Fri, 21 Apr 2006 00:07:50 +0000 Subject: 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) --- source4/static_deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/static_deps.mk') 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 \ -- cgit