summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-03-16 23:11:56 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-03-21 02:59:40 (GMT)
commit99aea29c017c00a69d315c3231ee455a173aa19d (patch)
tree62018e9581a99fb8f443e66e1d5d5ecbdd91294b
parent9582b46246c115137e3a75e670ba195550929f5b (diff)
downloadmxe-99aea29c017c00a69d315c3231ee455a173aa19d.zip
mxe-99aea29c017c00a69d315c3231ee455a173aa19d.tar.gz
mxe-99aea29c017c00a69d315c3231ee455a173aa19d.tar.bz2
Use tmp-PKG-TARGET as temporary dir
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 939c715..dbac80b 100644
--- a/Makefile
+++ b/Makefile
@@ -349,7 +349,7 @@ endef
$(foreach TARGET,$(MXE_TARGETS), \
$(shell [ -d '$(PREFIX)/$(TARGET)/installed' ] || mkdir -p '$(PREFIX)/$(TARGET)/installed') \
$(foreach PKG,$(PKGS), \
- $(eval $(call PKG_RULE,$(PKG),$(call TMP_DIR,$(PKG)),$(TARGET)))))
+ $(eval $(call PKG_RULE,$(PKG),$(call TMP_DIR,$(PKG)-$(TARGET)),$(TARGET)))))
# convenience set-like functions for unique lists
SET_APPEND = \