From f5de4773415589c3e6ed64f9f67479b4f8bb9668 Mon Sep 17 00:00:00 2001 From: ludwig Date: Fri, 2 Sep 2005 12:28:54 +0000 Subject: remove =? assignments. use "make CC=foo" instead of "CC=foo make" git-svn-id: svn://svn.icculus.org/quake3/trunk@66 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 5d13521..4cbad3b 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -94,8 +94,8 @@ LIB=lib ifeq ($(PLATFORM),linux) GLIBC=-glibc - CC?=gcc - CXX?=g++ + CC=gcc + CXX=g++ RPMARCH=$(ARCH) ifeq ($(ARCH),alpha) @@ -163,9 +163,9 @@ ifeq ($(PLATFORM),linux) SHLIBCFLAGS=-fPIC SHLIBLDFLAGS=-shared $(LDFLAGS) - AR?=ar + AR=ar ARFLAGS=rv - RANLIB?=ranlib + RANLIB=ranlib THREAD_LDFLAGS=-lpthread LDFLAGS=-ldl -lm -- cgit v1.2.3