2007-06-04 11:25:53 +00:00
|
|
|
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
|
2007-01-08 02:35:38 +00:00
|
|
|
@@ -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}
|