summaryrefslogtreecommitdiffstats
path: root/tools/lzma/patches/110-ranlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lzma/patches/110-ranlib.patch')
-rw-r--r--tools/lzma/patches/110-ranlib.patch10
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