Makefile: remove TARGET dependencies on BUILD - keep optional for time being

This commit is contained in:
Tony Theodore 2013-08-25 19:43:42 +10:00
parent 44a8595688
commit 58351a7b23
1 changed files with 0 additions and 3 deletions

View File

@ -147,9 +147,6 @@ include $(patsubst %,$(TOP_DIR)/src/%.mk,$(PKGS))
.PHONY: download
download: $(addprefix download-,$(PKGS))
# all cross targets depend on build requirements
MXE_TARGETS += $(BUILD)
define TARGET_DEPS
$(1)_DEPS := $(shell echo '$(MXE_TARGETS)' | \
$(SED) -n 's,.*$(1)\(.*\),\1,p' | \