change 'source' to 'download'

SVN-Revision: 4176
This commit is contained in:
Mike Baker
2006-07-20 17:28:05 +00:00
parent 9fa56236f6
commit 8a2dfc8555
4 changed files with 11 additions and 11 deletions

View File

@@ -294,7 +294,7 @@ else
mkdir -p $@
ifneq ($(strip $(PKG_SOURCE)),)
source: $(DL_DIR)/$(PKG_SOURCE)
download: $(DL_DIR)/$(PKG_SOURCE)
$(DL_DIR)/$(PKG_SOURCE):
mkdir -p $(DL_DIR)
@@ -303,7 +303,7 @@ else
$(PKG_BUILD_DIR)/.prepared: $(DL_DIR)/$(PKG_SOURCE)
endif
source:
download:
prepare: $(PKG_BUILD_DIR)/.prepared
configure: $(PKG_BUILD_DIR)/.configured