summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-22 22:05:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-22 22:05:51 +0000
commit9b892db4e7dc99ef513caa72826f67a4a8d731f9 (patch)
tree02ee1986d0976a001a9ac2e1c33c324be7970eba
parentfca4a21209b11684ccfc836e799c56c88a8f256b (diff)
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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index 699e537cb..f179cd7c2 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