summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-08 18:06:50 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-08 18:06:50 (GMT)
commit78beb3926927cf5aa78dc6e3f199ecc7cdbd23b6 (patch)
tree98ea0587c0dca4c0f29a2103018990c4f5785a0c /Makefile
parent71e6d3845156d032672deeaffd7e7948000f0a76 (diff)
downloadmxe-78beb3926927cf5aa78dc6e3f199ecc7cdbd23b6.zip
mxe-78beb3926927cf5aa78dc6e3f199ecc7cdbd23b6.tar.gz
mxe-78beb3926927cf5aa78dc6e3f199ecc7cdbd23b6.tar.bz2
use $(1) instead of $(2) to address to temporary build dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cbb3fc..6ee775e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ $(PREFIX)/installed.$(1): $(addprefix $(PREFIX)/installed.,$($(1)_DEPS))
$(call DOWNLOAD,$($(1)_URL),$($(1)_URL_2)) )
cd '$(2)' && \
$(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE))
- $$(call $(1)_BUILD,$(1),$(2)/$($(1)_SUBDIR))
+ $$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR))
rm -rfv '$(2)'
touch '$$@'
endef