cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2007-01-22 17:33:10 +00:00
parent 4880cc6dc6
commit f9ce8738dd
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ define BuildPackage
echo "Version: $(VERSION)"; \
echo "Depends: $$(IDEPEND_$(1))"; \
echo "Provides: $(PROVIDES)"; \
echo "Build-Depends: $(PKG_BUILDDEP)"; \
echo "Build-Depends: $(PKG_BUILD_DEPENDS)"; \
echo "Section: $(SECTION)"; \
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \