diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-22 16:54:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:05 -0500 |
commit | bb603cffaf7a9f8ed53f881cb9bb123ff779ea61 (patch) | |
tree | c1218c9e7cbc6569bb16298853aad2bcb29c75ef | |
parent | 0ff7e52340aa0e8319a9d0127ae8d6822e1ff301 (diff) | |
download | samba-bb603cffaf7a9f8ed53f881cb9bb123ff779ea61.tar.gz samba-bb603cffaf7a9f8ed53f881cb9bb123ff779ea61.tar.bz2 samba-bb603cffaf7a9f8ed53f881cb9bb123ff779ea61.zip |
r14654: Fix hcrypto link when using automatic dependencies
(This used to be commit 2db7109abf3cbf1b676077f8e7536644dc55dfab)
-rw-r--r-- | source4/heimdal_build/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 58a616bdb4..38b1c90022 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -428,8 +428,7 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/heim_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/k524_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| -heimdal/lib/des/hcrypto/%: heimdal/lib/des/% heimdal/lib/des/hcrypto - @true +$(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 $@ |