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

metze at samba.org metze at samba.org
Sun Apr 22 00:21:15 GMT 2007


Author: metze
Date: 2007-04-22 00:21:14 +0000 (Sun, 22 Apr 2007)
New Revision: 22440

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

Log:
fix autodependencies build

metze
Added:
   branches/SAMBA_4_0/source/heimdal_build/vis.h
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	2007-04-21 23:12:45 UTC (rev 22439)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2007-04-22 00:21:14 UTC (rev 22440)
@@ -553,20 +553,12 @@
 include perl_path_wrapper.sh et_deps.pl heimdal/lib/gssapi/krb5/gkrb5_err.et heimdal/lib/gssapi|
 include perl_path_wrapper.sh et_deps.pl heimdal/lib/hx509/hx509_err.et heimdal/lib/hx509|
 
-.SUFFIXES: .hin 
-.hin.h:
-	@cp $< $@
-
-heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin
-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 $@
 
 clean::	
-	@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
 	@-rm -f bin/compile_et bin/asn1_compile
 	@-rm -f heimdal/lib/krb5/des/hcrypto
 

Added: branches/SAMBA_4_0/source/heimdal_build/vis.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/vis.h	2007-04-21 23:12:45 UTC (rev 22439)
+++ branches/SAMBA_4_0/source/heimdal_build/vis.h	2007-04-22 00:21:14 UTC (rev 22440)
@@ -0,0 +1,4 @@
+#ifndef _HEIMDAL_BUILD_VIS_H
+#define _HEIMDAL_BUILD_VIS_H
+#include "heimdal/lib/roken/vis.hin"
+#endif



More information about the samba-cvs mailing list