mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:20:37 +02:00
b5cb1795de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
494 B
Diff
14 lines
494 B
Diff
Index: isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile
|
|
===================================================================
|
|
--- isakmpd-20041012.orig.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.000774240 +0200
|
|
+++ isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.431708728 +0200
|
|
@@ -44,7 +44,7 @@
|
|
endif
|
|
|
|
lib${LIB}.a: ${SRCS:%.c=%.o}
|
|
- ar cq $@ ${SRCS:%.c=%.o}
|
|
+ $(AR) cq $@ ${SRCS:%.c=%.o}
|
|
|
|
clean:
|
|
rm -f lib${LIB}.a ${SRCS:%.c=%.o}
|