diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 00:27:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-25 00:27:36 +0000 |
commit | 72a622a1932ea3e39414d4e99ca90537140aae69 (patch) | |
tree | 4fff3d5ef124d9013613f24864b704d2e1b4d676 /tools/Makefile | |
parent | 2112af299f2b1d2f6e17845d99a0cd9807e03e38 (diff) | |
download | upstream-72a622a1932ea3e39414d4e99ca90537140aae69.tar.gz upstream-72a622a1932ea3e39414d4e99ca90537140aae69.tar.bz2 upstream-72a622a1932ea3e39414d4e99ca90537140aae69.zip |
add libtool to tools/
SVN-Revision: 9902
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 83244fa609..fcde46e411 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ curdir:=tools # subdirectories to descend into -$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake libtool $(if $(CONFIG_CCACHE),ccache) # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |