diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-13 16:47:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-13 16:47:22 +0000 |
commit | d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8 (patch) | |
tree | e14b902cdb8e313ef59b2ec64d3c917581e552a5 /package/libtool | |
parent | 4d80403385948b98eaf85beb0adf21a3548f406a (diff) | |
download | upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.tar.gz upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.tar.bz2 upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.zip |
[packages] Various Makefile cleanup.
Thanks to swalker.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 8d50a7adac..7c5e431ea3 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -15,8 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool PKG_MD5SUM:=d0071c890101fcf4f2be8934a37841b0 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - HOST_PATCH_DIR=/dev/null PKG_BUILD_DEPENDS:=libtool/host |