mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 18:51:54 +02:00
037bb6d752
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15595 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
222 B
Diff
11 lines
222 B
Diff
--- 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
|