summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-30 04:19:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-30 04:19:47 (GMT)
commit8a6a33a48c647030398221b7c7b3ab33d2be4ef3 (patch)
treecd2e8ac9d70fba0327deb66f1ba771c12dfa16b0 /Makefile
parent3db411ccac01312450bdf12aa50fe66454524be1 (diff)
downloadmxe-8a6a33a48c647030398221b7c7b3ab33d2be4ef3.zip
mxe-8a6a33a48c647030398221b7c7b3ab33d2be4ef3.tar.gz
mxe-8a6a33a48c647030398221b7c7b3ab33d2be4ef3.tar.bz2
Makefile: rename CC/CXX_BUILD --> BUILD_CC/CXX
somewhat more aligned to the <target>-<tool> convention
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d92c750..8584bfc 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ PKG_CDN := d1yihgixbnrglp.cloudfront.net
PWD := $(shell pwd)
SHELL := bash
-CC_BUILD := $(shell (gcc --help >/dev/null 2>&1 && echo gcc) || (clang --help >/dev/null 2>&1 && echo clang))
-CXX_BUILD := $(shell (g++ --help >/dev/null 2>&1 && echo g++) || (clang++ --help >/dev/null 2>&1 && echo clang++))
+BUILD_CC := $(shell (gcc --help >/dev/null 2>&1 && echo gcc) || (clang --help >/dev/null 2>&1 && echo clang))
+BUILD_CXX := $(shell (g++ --help >/dev/null 2>&1 && echo g++) || (clang++ --help >/dev/null 2>&1 && echo clang++))
DATE := $(shell gdate --help >/dev/null 2>&1 && echo g)date
INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
LIBTOOL := $(shell glibtool --help >/dev/null 2>&1 && echo g)libtool
@@ -37,7 +37,7 @@ WGET := wget --no-check-certificate \
$(SED) -n 's,GNU \(Wget\) \([0-9.]*\).*,\1/\2,p')
REQUIREMENTS := autoconf automake autopoint bash bison bzip2 cmake flex \
- $(CC_BUILD) $(CXX_BUILD) gperf intltoolize $(LIBTOOL) \
+ $(BUILD_CC) $(BUILD_CXX) gperf intltoolize $(LIBTOOL) \
$(LIBTOOLIZE) $(MAKE) openssl $(PATCH) $(PERL) python \
ruby scons $(SED) $(SORT) unzip wget xz 7za