# HG changeset patch # User Volker Grabsch # Date 1251878911 -7200 # Node ID 2fa394d22e1df0e6f2dfdff3c232de2f4532ca07 # Parent 951e2a6d1e69a3c43a3ae414643b0df367c3a4bf bugfix and simplification of "make download" diff -r 951e2a6d1e69 -r 2fa394d22e1d Makefile --- a/Makefile Wed Sep 02 09:37:48 2009 +0200 +++ b/Makefile Wed Sep 02 10:08:31 2009 +0200 @@ -104,10 +104,7 @@ define PKG_RULE .PHONY: download-$(1) -download-$(1): $(addprefix download-only-,$($(1)_DEPS)) download-only-$(1) - -.PHONY: download-only-$(1) -download-only-$(1): $(TOP_DIR)/src/$(1).mk +download-$(1): $(addprefix download-,$($(1)_DEPS)) [ -d '$(PKG_DIR)' ] || mkdir -p '$(PKG_DIR)' if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \ $(call DOWNLOAD_PKG_ARCHIVE,$(1)); \