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

metze at samba.org metze at samba.org
Thu Sep 21 07:35:30 GMT 2006


Author: metze
Date: 2006-09-21 07:35:30 +0000 (Thu, 21 Sep 2006)
New Revision: 18783

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

Log:
fix make pch

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	2006-09-21 07:19:47 UTC (rev 18782)
+++ branches/SAMBA_4_0/source/main.mk	2006-09-21 07:35:30 UTC (rev 18783)
@@ -361,7 +361,7 @@
 
 .h.h.gch:
 	@echo "Precompiling $<"
-	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@
+	@$(CC) -Ilib/replace `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@
 
 .y.c:
 	@echo "Building $< with $(YACC)"



More information about the samba-cvs mailing list