From efe8258a924903e3c9d7b339349f83861d6be0d1 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 28 Sep 2009 12:01:54 +0200 Subject: [PATCH] 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 --- src/libuafs/MakefileProto.DARWIN.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libuafs/MakefileProto.DARWIN.in b/src/libuafs/MakefileProto.DARWIN.in index a62bd0f496..e2c74334cc 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)