From: Simon Wilkinson Date: Mon, 28 Sep 2009 10:01:54 +0000 (+0200) Subject: Use configured compiler for libuafs on Darwin X-Git-Tag: openafs-devel-1_5_65~25 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=efe8258a924903e3c9d7b339349f83861d6be0d1;p=packages%2Fo%2Fopenafs.git Use configured compiler for libuafs on Darwin 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 Reviewed-by: Derrick Brashear --- diff --git a/src/libuafs/MakefileProto.DARWIN.in b/src/libuafs/MakefileProto.DARWIN.in index a62bd0f49..e2c74334c 100644 --- a/src/libuafs/MakefileProto.DARWIN.in +++ b/src/libuafs/MakefileProto.DARWIN.in @@ -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)