aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-01-22 17:33:10 +0000
committerNicolas Thill <nico@openwrt.org>2007-01-22 17:33:10 +0000
commitf9ce8738dd2574f5eb32913b161944b792082da0 (patch)
treeed133dc14abbb00d534ff05ef76b4daefa3be29e /package/ppp/Makefile
parent4880cc6dc69fb2623a919f50238f6fa0d9e21bf5 (diff)
downloadmaster-187ad058-f9ce8738dd2574f5eb32913b161944b792082da0.tar.gz
master-187ad058-f9ce8738dd2574f5eb32913b161944b792082da0.tar.bz2
master-187ad058-f9ce8738dd2574f5eb32913b161944b792082da0.zip
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index dc1f37b0a9..8202d58d08 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -20,7 +20,7 @@ PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-PKG_BUILDDEP:=libpcap linux-atm
+PKG_BUILD_DEPENDS:=libpcap linux-atm
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk