cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-01-22 17:33:10 +00:00
parent 95ea695646
commit 4d878e0bbe
27 changed files with 29 additions and 26 deletions

View File

@ -24,7 +24,7 @@ PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILDDEP:=libncurses libreadline
PKG_BUILD_DEPENDS:=libncurses libreadline
include $(INCLUDE_DIR)/package.mk