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

metze at samba.org metze at samba.org
Thu Aug 4 04:53:06 GMT 2005


Author: metze
Date: 2005-08-04 04:53:06 +0000 (Thu, 04 Aug 2005)
New Revision: 9050

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

Log:
fix make pch all

metze
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-08-04 04:45:42 UTC (rev 9049)
+++ branches/SAMBA_4_0/source/main.mk	2005-08-04 04:53:06 UTC (rev 9050)
@@ -154,7 +154,10 @@
 	@touch include/proto.h
 
 proto: include/proto.h
-pch: proto include/includes.h.gch
+pch: include/config.h \
+	include/proto.h \
+	idl \
+	include/includes.h.gch
 
 basics: include/config.h \
 	include/proto.h \



More information about the samba-cvs mailing list