aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-16 19:18:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-16 19:18:55 +0000
commit1d307eea87ca839a93e6b580e841c98ee2af9571 (patch)
treeffc6f0db61d8e167214c2e2ebf8a770463973bad /package/util-linux
parentedea35b85ee74122f5579519d0fa0d3af16bf9fa (diff)
downloadupstream-1d307eea87ca839a93e6b580e841c98ee2af9571.tar.gz
upstream-1d307eea87ca839a93e6b580e841c98ee2af9571.tar.bz2
upstream-1d307eea87ca839a93e6b580e841c98ee2af9571.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)
SVN-Revision: 6580
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 5fc819bcff..05ad5cfda0 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -20,9 +20,6 @@ PKG_SOURCE_URL:=ftp://ftp.kernel.org/pub/linux/utils/$(PKG_NAME)/ \
PKG_MD5SUM:=c261230b27fc0fbcc287c76884caf2d3
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
include $(INCLUDE_DIR)/package.mk
define Package/util-linux/Default