enable download target only if PKG_SOURCE_URL is set

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-10-19 17:32:49 +00:00
parent 3f4ef5ff0c
commit f850ac7858

View File

@@ -346,7 +346,7 @@ else
$(PACKAGE_DIR):
mkdir -p $@
ifneq ($(strip $(PKG_SOURCE)),)
ifneq ($(strip $(PKG_SOURCE_URL)),)
download: $(DL_DIR)/$(PKG_SOURCE)
$(DL_DIR)/$(PKG_SOURCE):