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 | 4fe3a3e727c5e85815f798d848129f7d4e10a7bb (patch) | |
tree | 66ceffd1b581d6e4dcb4ce8e077a92731dca1c35 /tools/Makefile | |
parent | 28922775b6be9994f5e7e35d43a5e388221d5234 (diff) | |
download | upstream-4fe3a3e727c5e85815f798d848129f7d4e10a7bb.tar.gz upstream-4fe3a3e727c5e85815f798d848129f7d4e10a7bb.tar.bz2 upstream-4fe3a3e727c5e85815f798d848129f7d4e10a7bb.zip |
remove stale reference to tools/libtool
SVN-Revision: 9940
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 |