backport asterisk changes from whiterussian [2300]
[openwrt/svn-archive/archive.git] / openwrt / 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