projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko
[openwrt.git]
/
tools
/
lzma
/
patches
/
110-ranlib.patch
1
--- a/C/7zip/Compress/LZMA_Lib/makefile
2
+++ b/C/7zip/Compress/LZMA_Lib/makefile
3
@@ -29,6 +29,7 @@ all: $(PROG)
4
5
$(PROG): $(OBJS)
6
$(AR) r $(PROG) $(OBJS)
7
+ ranlib $(PROG)
8
9
ZLib.o: ZLib.cpp
10
$(CXX) $(CFLAGS) ZLib.cpp
This page took
0.044155 seconds
and
5
git commands to generate.