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 | 1d307eea87ca839a93e6b580e841c98ee2af9571 (patch) | |
tree | ffc6f0db61d8e167214c2e2ebf8a770463973bad /package/busybox | |
parent | edea35b85ee74122f5579519d0fa0d3af16bf9fa (diff) | |
download | upstream-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/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3e6cc4e9c9..fc5711f6a5 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -18,8 +18,6 @@ PKG_SOURCE_URL:=http://www.busybox.net/downloads \ PKG_MD5SUM:=5728403bce309cdabcffa414e2e64052 PKG_CAT:=bzcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk init-y := |