summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-12 00:23:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-12 00:24:36 (GMT)
commit130116224dbe87f3b8b5d520c18a203a71039302 (patch)
tree6809073ad81d854ad788754879d7aa95be9da253
parent7ed32e3b5cf41f5e8939d36113a84bf280104ad4 (diff)
downloadmxe-130116224dbe87f3b8b5d520c18a203a71039302.zip
mxe-130116224dbe87f3b8b5d520c18a203a71039302.tar.gz
mxe-130116224dbe87f3b8b5d520c18a203a71039302.tar.bz2
Squalch deprecated target name warning for build-requirements
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aea315b..6b5f23c 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,7 @@ download: $(addprefix download-,$(PKGS))
.PHONY: build-requirements
build-requirements:
- @$(MAKE) -f '$(MAKEFILE)' $(BUILD_PKGS) MXE_TARGETS=$(BUILD) DONT_CHECK_REQUIREMENTS=true
+ @$(MAKE) -f '$(MAKEFILE)' $(BUILD_PKGS) MXE_TARGETS=$(BUILD).static DONT_CHECK_REQUIREMENTS=true
define TARGET_DEPS
$(1)_DEPS := $(shell echo '$(MXE_TARGETS)' | \