summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-22 22:05:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-22 22:05:51 +0000
commitbb0448739c43cec63134dca8e4fca3d28444e12e (patch)
tree015dad0e7810d5d7390ba2f1c3072bc11a80ccea
parente76aa157bc1ad779747ea71b1632b508b0a78c8e (diff)
downloadmaster-31e0f0ae-bb0448739c43cec63134dca8e4fca3d28444e12e.tar.gz
master-31e0f0ae-bb0448739c43cec63134dca8e4fca3d28444e12e.tar.bz2
master-31e0f0ae-bb0448739c43cec63134dca8e4fca3d28444e12e.zip
build host libtool along with target libtool
SVN-Revision: 15338
-rw-r--r--package/libtool/Makefile2
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