summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@