svn commit: samba r6664 - in branches/SAMBA_4_0/source/lib/talloc: .

jelmer at samba.org jelmer at samba.org
Sun May 8 13:22:56 GMT 2005


Author: jelmer
Date: 2005-05-08 13:22:55 +0000 (Sun, 08 May 2005)
New Revision: 6664

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

Log:
Obey overrided CC in the Makefile 
(should fix build on several buildfarm hosts)

Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2005-05-07 23:19:44 UTC (rev 6663)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2005-05-08 13:22:55 UTC (rev 6664)
@@ -5,7 +5,8 @@
 libdir = @libdir@
 mandir = @mandir@
 XSLTPROC = @XSLTPROC@
-INSTALLCMD=@INSTALL@
+INSTALLCMD = @INSTALL@
+CC = @CC@
 
 CFLAGS = $(OPT)
 



More information about the samba-cvs mailing list