diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 02:10:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 02:10:58 +0000 |
commit | 8c1d3fd1912fc16bac084d79d9432b676130f56a (patch) | |
tree | 17840360baa98a1e8f979f7ca9b129498ae59b08 /tools/Makefile | |
parent | 927c84c100e744f515de64034c5d3a698064630d (diff) | |
download | upstream-8c1d3fd1912fc16bac084d79d9432b676130f56a.tar.gz upstream-8c1d3fd1912fc16bac084d79d9432b676130f56a.tar.bz2 upstream-8c1d3fd1912fc16bac084d79d9432b676130f56a.zip |
remove stale reference to tools/libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9940 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 fcde46e411..83244fa609 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 libtool $(if $(CONFIG_CCACHE),ccache) +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |