From: Derrick Brashear Date: Tue, 6 Mar 2001 06:16:17 +0000 (+0000) Subject: xlc-r-on-path-not-usr-bin-20010306 X-Git-Tag: BP-openafs-devel-autoconf~35 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=17abe56f755710b0a76714fefcfe6f9b2f0d06c3 xlc-r-on-path-not-usr-bin-20010306 By default it ends up in /usr/vac/bin --- diff --git a/src/libuafs/MakefileProto.AIX b/src/libuafs/MakefileProto.AIX index 83fe167..df8d0a1 100644 --- a/src/libuafs/MakefileProto.AIX +++ b/src/libuafs/MakefileProto.AIX @@ -18,7 +18,7 @@ CFLAGS=-I. -I.. ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG} AR = /usr/bin/ar ARFLAGS = -r RANLIB = /bin/ranlib -CC = /usr/bin/xlc_r +CC = xlc_r DEF_LIBPATH=/usr/lib/threads:/usr/lib:/lib EXPFILE=../nsafslib.exp LD_FLAGS=-bM:SRE -bE:$(EXPFILE) -berok -bnoentry -blibpath:$(DEF_LIBPATH)