Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-09-06 02:32:54 +0400
committerJason Perkins <starkos@industriousone.com>2012-09-06 02:32:54 +0400
commit52c2b274c6bfdc90635fa227674d7049540f692f (patch)
treec2234650713e5320b4e16f729232bd97b7f360c5 /tests
parent00fdae710783c2b54393e783be6c2d2a8c348860 (diff)
Patch 3476176: Remove conditionals from makefile compiler assignments (Konstantin Tokarev)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gmake_cpp.lua14
1 files changed, 3 insertions, 11 deletions
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