summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-07 10:23:37 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-07 10:23:37 (GMT)
commitd6a0b0a47b918fadbd21642848ea4ffc52ba8477 (patch)
tree692109a285f682b573be8c66e416ab134e702fef
parent105d54c8bc1cefdacb54c84b4f50ca984c48ae16 (diff)
downloadmxe-d6a0b0a47b918fadbd21642848ea4ffc52ba8477.zip
mxe-d6a0b0a47b918fadbd21642848ea4ffc52ba8477.tar.gz
mxe-d6a0b0a47b918fadbd21642848ea4ffc52ba8477.tar.bz2
Makefile: unexport various *TARGET* variables
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22837b4..43d53ac 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ unexport AR CC CFLAGS C_INCLUDE_PATH CPATH CPLUS_INCLUDE_PATH CPP
unexport CPPFLAGS CROSS CXX CXXCPP CXXFLAGS EXEEXT EXTRA_CFLAGS
unexport EXTRA_LDFLAGS LD LDFLAGS LIBRARY_PATH LIBS NM
unexport OBJC_INCLUDE_PATH PKG_CONFIG QMAKESPEC RANLIB STRIP
-unexport CONFIG_SITE
+unexport CONFIG_SITE ALL_TARGETS TARGET TARGETS
SHORT_PKG_VERSION = \
$(word 1,$(subst ., ,$($(1)_VERSION))).$(word 2,$(subst ., ,$($(1)_VERSION)))