summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-11 04:41:07 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-11 04:41:07 (GMT)
commitc155dd7c8dadc0c27e0b47fc6aec65dfa013717f (patch)
tree40afd078833f8080cdbc2b43193c5a941d7add1a
parentb89c4d4703d82faa432ccf4117b7e70e712c73d7 (diff)
parentd3adb06a1383a1454e95d58400c520454a61a716 (diff)
downloadmxe-c155dd7c8dadc0c27e0b47fc6aec65dfa013717f.zip
mxe-c155dd7c8dadc0c27e0b47fc6aec65dfa013717f.tar.gz
mxe-c155dd7c8dadc0c27e0b47fc6aec65dfa013717f.tar.bz2
Merge commit 'd3adb06a1383a1454e95d58400c520454a61a716'
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5aa04d1..aea315b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ include $(EXT_DIR)/gmsl
MXE_TRIPLETS := i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32
MXE_LIB_TYPES := static shared
-MXE_TARGET_LIST := $(foreach LIB_TYPE,$(MXE_LIB_TYPES),\
- $(addsuffix .$(LIB_TYPE),$(MXE_TRIPLETS)))
+MXE_TARGET_LIST := $(foreach TRIPLET,$(MXE_TRIPLETS),\
+ $(addprefix $(TRIPLET).,$(MXE_LIB_TYPES)))
MXE_TARGETS := i686-pc-mingw32.static
DEFAULT_MAX_JOBS := 6