diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-16 19:18:55 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-16 19:18:55 +0000 |
commit | 1d3cff733d7f863871da68a81aeb52729dc314d4 (patch) | |
tree | 01e87355336d1a225ec19d98678fb72b6d09c38b /package/keynote | |
parent | f8a9b434cecb4dced8268dc8518bb695b5a710a6 (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/keynote')
-rw-r--r-- | package/keynote/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 5e2b3898b..30ff8899c 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -7,6 +7,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=keynote PKG_VERSION:=2.3 @@ -17,10 +18,7 @@ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 PKG_CAT:=bzcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/kernel.mk define Package/keynote SECTION:=net |