Author: lmuelle
Date: 2006-01-12 18:06:05 +0000 (Thu, 12 Jan 2006)
New Revision: 12871

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

Log:
Merge Volkers rev 12667 from trunk as his analysis hit the nail on the
head.

Volker: Thanks for poking me last week.

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in       2006-01-12 17:37:25 UTC (rev 
12870)
+++ branches/SAMBA_3_0/source/Makefile.in       2006-01-12 18:06:05 UTC (rev 
12871)
@@ -815,7 +815,7 @@
 # of gcc-3.4 and run 'make pch' before you do the main build. 
 pch:
        rm -f $(srcdir)/include/includes.h.gch
-       $(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o 
$(srcdir)/include/includes.h.gch
+       $(CC) -I. -I$(srcdir) $(FLAGS) @PIE_CFLAGS@ -c 
$(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
 
 ##
 ## Targets for 'make test'

Reply via email to