diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 17:04:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 17:04:03 +0000 |
commit | 037bb6d7528ccff4bc085d59644571be6c780758 (patch) | |
tree | 451936aeb32c90543e334fe56019d8c04a5d380c /tools/Makefile | |
parent | fce7c41b489b2dffc2baf949df6fc52be64fd9dd (diff) |
rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 54520bc75..19ee45334 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,14 +12,14 @@ curdir:=tools tools-y := tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr tools-y += m4 autoconf automake bison pkg-config sed -tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage +tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma-old mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc # builddir dependencies -$(curdir)/squashfs/compile := $(curdir)/lzma/install +$(curdir)/squashfs/compile := $(curdir)/lzma-old/install $(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/dtc/compile := $(curdir)/bison/install $(curdir)/autoconf/compile := $(curdir)/m4/install |