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/lzma/patches/110-ranlib.patch | |
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/lzma/patches/110-ranlib.patch')
-rw-r--r-- | tools/lzma/patches/110-ranlib.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/lzma/patches/110-ranlib.patch b/tools/lzma/patches/110-ranlib.patch deleted file mode 100644 index 813b4137f1..0000000000 --- a/tools/lzma/patches/110-ranlib.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/C/7zip/Compress/LZMA_Lib/makefile -+++ b/C/7zip/Compress/LZMA_Lib/makefile -@@ -29,6 +29,7 @@ all: $(PROG) - - $(PROG): $(OBJS) - $(AR) r $(PROG) $(OBJS) -+ ranlib $(PROG) - - ZLib.o: ZLib.cpp - $(CXX) $(CFLAGS) ZLib.cpp |