build host libtool along with target libtool
authorFelix Fietkau <nbd@openwrt.org>
Wed, 22 Apr 2009 22:05:51 +0000 (22:05 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 22 Apr 2009 22:05:51 +0000 (22:05 +0000)
SVN-Revision: 15338

package/libtool/Makefile

index 699e537cb391131c7a0e3641cbe7f2161f185762..f179cd7c2a45487026d127174bf46c782454a5ed 100644 (file)
@@ -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