svn commit: samba r13751 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Tue Feb 28 11:57:39 GMT 2006


Author: lmuelle
Date: 2006-02-28 11:57:37 +0000 (Tue, 28 Feb 2006)
New Revision: 13751

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

Log:
Call proto_exists before we create the precompiles headers.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   trunk/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-02-28 11:56:14 UTC (rev 13750)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-02-28 11:57:37 UTC (rev 13751)
@@ -825,7 +825,7 @@
 
 # this adds support for precompiled headers. To use it, install a snapshot
 # of gcc-3.4 and run 'make pch' before you do the main build. 
-pch:
+pch: proto_exists
 	rm -f $(srcdir)/include/includes.h.gch
 	$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
 

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-02-28 11:56:14 UTC (rev 13750)
+++ trunk/source/Makefile.in	2006-02-28 11:57:37 UTC (rev 13751)
@@ -841,7 +841,7 @@
 
 # this adds support for precompiled headers. To use it, install a snapshot
 # of gcc-3.4 and run 'make pch' before you do the main build. 
-pch:
+pch: proto_exists
 	rm -f $(srcdir)/include/includes.h.gch
 	$(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
 



More information about the samba-cvs mailing list