cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
authorNicolas Thill <nico@openwrt.org>
Mon, 22 Jan 2007 17:33:10 +0000 (17:33 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 22 Jan 2007 17:33:10 +0000 (17:33 +0000)
SVN-Revision: 6180

openwrt/package/sdk/files/include/package.mk

index 9343fa57fc96841ba03509cadc1b04592217d917..e1d23c7544e7cbbe5521beda09ee6ed628fb8733 100644 (file)
@@ -171,7 +171,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 "Category: $(CATEGORY)"; \
        echo "Title: $(TITLE)"; \
        if isset $(call shvar,Package/$(1)/description); then \