summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 08:10:20 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 08:10:20 (GMT)
commitc9289cde816f3bb968cf5ae9849664dfadaa3e85 (patch)
tree703a7547aacd41dcf6ddd29dfe91a750240de790 /Makefile
parentd21f492f7ae9949a70dd0ebd512a34971278c4a1 (diff)
downloadmxe-c9289cde816f3bb968cf5ae9849664dfadaa3e85.zip
mxe-c9289cde816f3bb968cf5ae9849664dfadaa3e85.tar.gz
mxe-c9289cde816f3bb968cf5ae9849664dfadaa3e85.tar.bz2
Improve coding style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4301ef4..8e37723 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,6 @@ unexport OBJC_INCLUDE_PATH PKG_CONFIG QMAKESPEC RANLIB STRIP
SHORT_PKG_VERSION = \
$(word 1,$(subst ., ,$($(1)_VERSION))).$(word 2,$(subst ., ,$($(1)_VERSION)))
-include $(TOP_DIR)/src/*.mk
-
UNPACK_ARCHIVE = \
$(if $(filter %.tgz, $(1)),tar xzf '$(1)', \
$(if $(filter %.tar.gz, $(1)),tar xzf '$(1)', \
@@ -106,6 +104,8 @@ $(PREFIX)/installed/check-requirements: $(MAKEFILE)
@[ -d '$(PREFIX)/installed' ] || mkdir -p '$(PREFIX)/installed'
@touch '$@'
+include $(TOP_DIR)/src/*.mk
+
.PHONY: download
download: $(addprefix download-,$(PKGS))