summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-22 19:45:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-03-22 19:45:23 +0000
commit4b254c06b42863004f936c1c9c0404e2c0e9ca55 (patch)
treeb6c726ebb1b7b264d733c93a6ea8dee5e44c5507
parent4e972798a7670ba6be68620f893bbb16cde336ad (diff)
downloadsamba-4.0.0tp2.tar.gz
r14655: Import fix for hcrypto.samba-4.0.0tp2
-rw-r--r--source/heimdal_build/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk
index 58a616bdb44..38b1c90022d 100644
--- a/source/heimdal_build/config.mk
+++ b/source/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 $@