diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-22 22:05:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-22 22:05:51 +0000 |
commit | d91cdc629196db4c044e06040ba54d59427b6c03 (patch) | |
tree | 02ee1986d0976a001a9ac2e1c33c324be7970eba | |
parent | 34124550f815420e650e3267b48fc67f8da6cb27 (diff) | |
download | upstream-d91cdc629196db4c044e06040ba54d59427b6c03.tar.gz upstream-d91cdc629196db4c044e06040ba54d59427b6c03.tar.bz2 upstream-d91cdc629196db4c044e06040ba54d59427b6c03.zip |
build host libtool along with target libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15338 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 699e537cb3..f179cd7c2a 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -19,6 +19,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) HOST_PATCH_DIR=/dev/null +PKG_BUILD_DEPENDS:=libtool/host + include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk |