projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added wx200d, thanks Geoffrey Kruse, corrected typo in tmsnc/Config.in
[openwrt.git]
/
package
/
asterisk
/
patches
/
asterisk-1.0.7-Makefile-stdtime.patch
1
diff -ruN asterisk-1.0.7-old/stdtime/Makefile asterisk-1.0.7-new/stdtime/Makefile
2
--- asterisk-1.0.7-old/stdtime/Makefile 2003-11-05 07:19:41.000000000 +0100
3
+++ asterisk-1.0.7-new/stdtime/Makefile 2005-03-19 17:38:06.000000000 +0100
4
@@ -3,8 +3,8 @@
5
all: libtime.a
6
7
libtime.a: $(OBJS)
8
- ar rv $@ $(OBJS)
9
- ranlib $@
10
+ $(AR) rv $@ $(OBJS)
11
+ $(RANLIB) $@
12
13
install:
14
This page took
0.041246 seconds
and
5
git commands to generate.