r6664: Obey overrided CC in the Makefile
authorJelmer Vernooij <jelmer@samba.org>
Sun, 8 May 2005 13:22:55 +0000 (13:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:33 +0000 (13:16 -0500)
(should fix build on several buildfarm hosts)

source/lib/talloc/Makefile.in

index ec906f9453a3b30faa8e6261999b253c849c402d..faf4382b39efa4350cfb6b07dd9ebd5d2fa916f5 100644 (file)
@@ -5,7 +5,8 @@ includedir = @includedir@
 libdir = @libdir@
 mandir = @mandir@
 XSLTPROC = @XSLTPROC@
-INSTALLCMD=@INSTALL@
+INSTALLCMD = @INSTALL@
+CC = @CC@
 
 CFLAGS = $(OPT)