svn commit: samba r12530 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Wed Dec 28 02:38:27 GMT 2005


Author: jelmer
Date: 2005-12-28 02:38:26 +0000 (Wed, 28 Dec 2005)
New Revision: 12530

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

Log:
Let include/includes.h depend on lib/basic.h (which it includes)

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2005-12-27 23:24:18 UTC (rev 12529)
+++ branches/SAMBA_4_0/source/main.mk	2005-12-28 02:38:26 UTC (rev 12530)
@@ -210,6 +210,8 @@
 	idl \
 	include/includes.h.gch
 
+include/includes.h: lib/basic.h
+
 clean_pch: 
 	-rm -f include/includes.h.gch
 



More information about the samba-cvs mailing list