From 52c2b274c6bfdc90635fa227674d7049540f692f Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Wed, 5 Sep 2012 18:32:54 -0400 Subject: Patch 3476176: Remove conditionals from makefile compiler assignments (Konstantin Tokarev) --- tests/test_gmake_cpp.lua | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'tests') diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua index 3670e28..3ccd8d1 100644 --- a/tests/test_gmake_cpp.lua +++ b/tests/test_gmake_cpp.lua @@ -47,17 +47,9 @@ ifndef verbose SILENT = @ endif -ifndef CC - CC = gcc -endif - -ifndef CXX - CXX = g++ -endif - -ifndef AR - AR = ar -endif +CC = gcc +CXX = g++ +AR = ar ifndef RESCOMP ifdef WINDRES -- cgit v1.2.3