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

jelmer at samba.org jelmer at samba.org
Wed Aug 3 06:51:58 GMT 2005


Author: jelmer
Date: 2005-08-03 06:51:58 +0000 (Wed, 03 Aug 2005)
New Revision: 8995

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

Log:
Add heimdal headers back to "basics" target... should fix the build for now

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


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-08-03 06:43:06 UTC (rev 8994)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-08-03 06:51:58 UTC (rev 8995)
@@ -379,11 +379,11 @@
 # End BINARY compile_et
 #######################
 
-heimdal/lib/roken/vis.hin: heimdal/lib/roken/vis.h
-	@cp heimdal/lib/roken/vis.h heimdal/lib/roken/vis.hin
+heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin
+	@cp heimdal/lib/roken/vis.hin heimdal/lib/roken/vis.h
 
-heimdal/lib/roken/err.hin: heimdal/lib/roken/err.h
-	@cp heimdal/lib/roken/err.h heimdal/lib/roken/err.hin
+heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin
+	@cp heimdal/lib/roken/err.hin heimdal/lib/roken/err.h
 
 include ./heimdal_build/asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1|
 include ./heimdal_build/asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1|

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2005-08-03 06:43:06 UTC (rev 8994)
+++ branches/SAMBA_4_0/source/main.mk	2005-08-03 06:51:58 UTC (rev 8995)
@@ -52,7 +52,7 @@
 include lib/replace/config.mk
 include scripting/ejs/config.mk
 
-all: binaries
+all: basics binaries
 binaries: $(BIN_PROGS) $(SBIN_PROGS)
 manpages: $(MANPAGES)
 everything: all
@@ -140,7 +140,7 @@
 pch_clean:
 	-rm -f include/includes.h.gch
 
-basics: idl proto_exists 
+basics: idl proto_exists heimdal/lib/hdb/hdb_asn1.h heimdal/lib/gssapi/spnego_asn1.h heimdal/lib/asn1/krb5_asn1.h heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
 
 test: $(DEFAULT_TEST_TARGET)
 



More information about the samba-cvs mailing list