summaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 19:18:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 19:18:55 +0000
commit1d3cff733d7f863871da68a81aeb52729dc314d4 (patch)
tree01e87355336d1a225ec19d98678fb72b6d09c38b /package/ppp
parentf8a9b434cecb4dced8268dc8518bb695b5a710a6 (diff)
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index 8202d58d0..4293f1d27 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -17,9 +17,6 @@ PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/
PKG_MD5SUM:=848f6c3cafeb6074ffeb293c3af79b7c
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
PKG_BUILD_DEPENDS:=libpcap linux-atm
include $(INCLUDE_DIR)/package.mk