summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-03-21 12:41:33 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-03-21 12:41:38 (GMT)
commit1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1 (patch)
treef01a7be2ff2d7e31e2781567e05a48faf21e4198 /Makefile
parentbe936eb368e03ee108ef38e73f04c05ef87ae38b (diff)
downloadmxe-1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1.zip
mxe-1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1.tar.gz
mxe-1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1.tar.bz2
Makefile: explicitly set .DEFAULT_GOAL
first target read can be affected by definitions in included files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 47cc86d..9c26d65 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ MXE_LIB_TYPES := static shared
MXE_TARGET_LIST := $(strip $(foreach TRIPLET,$(MXE_TRIPLETS),\
$(addprefix $(TRIPLET).,$(MXE_LIB_TYPES))))
MXE_TARGETS := i686-w64-mingw32.static
+.DEFAULT_GOAL := all-filtered
DEFAULT_MAX_JOBS := 6
SOURCEFORGE_MIRROR := downloads.sourceforge.net
@@ -362,9 +363,6 @@ LOOKUP_PKG_RULE = $(strip \
$(call set,LOOKUP_PKG_RULE_,$(1)_$(2)_$(or $(5),$(3)),$(1)_$(2)_$(3))\
$(1)_$(2)_$(3))))
-.PHONY: all
-all: all-filtered
-
# Core packages.
override MXE_PLUGIN_DIRS := $(realpath $(TOP_DIR)/src) $(MXE_PLUGIN_DIRS)