From: Julian Seward Date: Thu, 4 Jan 2007 16:20:53 +0000 (+0000) Subject: Merge r1716 (Use 'ifndef' in the makefile correctly.) X-Git-Tag: svn/VALGRIND_3_2_3^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=527d844a5b244611b6b7795421c5817de76bb0cb;p=thirdparty%2Fvalgrind.git Merge r1716 (Use 'ifndef' in the makefile correctly.) git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_2_BRANCH@1717 --- diff --git a/VEX/Makefile b/VEX/Makefile index dd7d82715b..b2bc8ea083 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -64,10 +64,10 @@ PUB_INCLUDES = -Ipub PRIV_INCLUDES = -Ipriv -ifndef $(CC) +ifndef CC CC = gcc endif -ifndef $(AR) +ifndef AR AR = ar endif