Use configured compiler for libuafs on Darwin
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 28 Sep 2009 10:01:54 +0000 (12:01 +0200)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Sep 2009 12:00:26 +0000 (05:00 -0700)
There's no need to hardcode 'cc' for libuafs builds on Darwin. Let
the user specify the compiler to use, in the same way as for the
rest of the tree.

Reviewed-on: http://gerrit.openafs.org/531
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

src/libuafs/MakefileProto.DARWIN.in

index a62bd0f..e2c7433 100644 (file)
@@ -14,7 +14,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 
 # System specific build commands and flags
-CC = cc
 DEFINES= -D_REENTRANT -DKERNEL -DUKERNEL
 KOPTS=
 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBG} $(XCFLAGS) $(ARCHFLAGS)