1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r15278: Fix recreating symlink every time.

This commit is contained in:
Jelmer Vernooij 2006-04-26 13:17:43 +00:00 committed by Gerald (Jerry) Carter
parent 0754154f51
commit 6f8382432f
3 changed files with 4 additions and 4 deletions

View File

@ -459,7 +459,7 @@ heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin
include perl_path_wrapper.sh hcrypto-deps.pl heimdal/lib/des/*.h|
heimdal/lib/des/hcrypto:
rm -f $@; ln -s ./../des $@
@rm -f $@; ln -s ./../des $@
clean::
@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h

View File

@ -5,5 +5,5 @@ foreach (@ARGV) {
my $old = $_;
my $new = $old; $new =~ s/des/des\/hcrypto/g;
my $dir = $old;
print "$new: $old heimdal/lib/des/hcrypto\n";
print "$new: heimdal/lib/des/hcrypto\n";
}

View File

@ -26,8 +26,8 @@ heimdal_basics: \
heimdal/lib/hdb/hdb_err.h \
heimdal/lib/krb5/heim_err.h \
heimdal/lib/krb5/k524_err.h \
heimdal/lib/krb5/krb5_err.h
rm -f heimdal/lib/des/hcrypto ; ln -s ./../des heimdal/lib/des/hcrypto
heimdal/lib/krb5/krb5_err.h \
heimdal/lib/des/hcrypto
proto: basics
basics: include/includes.h \