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 | bb0448739c43cec63134dca8e4fca3d28444e12e (patch) | |
tree | 015dad0e7810d5d7390ba2f1c3072bc11a80ccea /package/libtool/Makefile | |
parent | e76aa157bc1ad779747ea71b1632b508b0a78c8e (diff) | |
download | upstream-bb0448739c43cec63134dca8e4fca3d28444e12e.tar.gz upstream-bb0448739c43cec63134dca8e4fca3d28444e12e.tar.bz2 upstream-bb0448739c43cec63134dca8e4fca3d28444e12e.zip |
build host libtool along with target libtool
SVN-Revision: 15338
Diffstat (limited to 'package/libtool/Makefile')
-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 |