diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 19:18:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 19:18:55 +0000 |
commit | c70cfb3d1adc60a48e726ab58df32d92a309a1aa (patch) | |
tree | 01e87355336d1a225ec19d98678fb72b6d09c38b /package/hotplug2 | |
parent | 73efa9d6431b2dda5cbdd6da9ac177d8f052bef5 (diff) | |
download | master-187ad058-c70cfb3d1adc60a48e726ab58df32d92a309a1aa.tar.gz master-187ad058-c70cfb3d1adc60a48e726ab58df32d92a309a1aa.tar.bz2 master-187ad058-c70cfb3d1adc60a48e726ab58df32d92a309a1aa.zip |
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/hotplug2')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index 99e2776230..3d1729cb55 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -17,8 +17,6 @@ PKG_SOURCE_URL:=http://isteve.bofh.cz/~isteve/hotplug2 PKG_MD5SUM:=ea2c01d027b4002e4e6b0ff266f51a51 PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk define Package/hotplug2 |