summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-08 18:31:05 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-08 18:31:05 (GMT)
commit0200cdbff7fbfa7b877ef951c611e1161000f034 (patch)
tree9605340eb3354ad570dc83b7f8febc1b449d75c2 /Makefile
parent214582d3567257da094d09d711316aa14618383b (diff)
downloadmxe-0200cdbff7fbfa7b877ef951c611e1161000f034.zip
mxe-0200cdbff7fbfa7b877ef951c611e1161000f034.tar.gz
mxe-0200cdbff7fbfa7b877ef951c611e1161000f034.tar.bz2
after unpacking, check whether the expected subdirectory exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e71310..4705c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +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))
+ cd '$(2)/$($(1)_SUBDIR)'
$$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR))
rm -rfv '$(2)'
touch '$$@'