summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-31 11:10:47 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-31 11:10:47 (GMT)
commitb004dc9aa29291ded488850ca209e3e540b7d184 (patch)
tree683be9b3dcfb923fb86eaa41a73dd515759e57d3 /Makefile
parent66d267b70b525efe3e771f538b87508cdc765537 (diff)
downloadmxe-b004dc9aa29291ded488850ca209e3e540b7d184.zip
mxe-b004dc9aa29291ded488850ca209e3e540b7d184.tar.gz
mxe-b004dc9aa29291ded488850ca209e3e540b7d184.tar.bz2
Load only *.mk files of packages mentioned in index.html
This avoids confusion when left-over files were accidently loaded. For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00156.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3789f8..6c9c346 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ $(eval $(subst #,$(newline),$(shell \
'$(TOP_DIR)/index.html' \
)))
-include $(TOP_DIR)/src/*.mk
+include $(patsubst %,$(TOP_DIR)/src/%.mk,$(PKGS))
.PHONY: download
download: $(addprefix download-,$(PKGS))