svn commit: samba r14654 - in branches/SAMBA_4_0/source/heimdal_build: .

jelmer at samba.org jelmer at samba.org
Wed Mar 22 16:54:04 GMT 2006


Author: jelmer
Date: 2006-03-22 16:54:03 +0000 (Wed, 22 Mar 2006)
New Revision: 14654

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14654

Log:
Fix hcrypto link when using automatic dependencies

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-22 16:23:19 UTC (rev 14653)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-22 16:54:03 UTC (rev 14654)
@@ -428,8 +428,7 @@
 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 $@



More information about the samba-cvs mailing list