You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
480 B
12 lines
480 B
diff -ruN isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile isakmpd-20041012.new/sysdep/common/libsysdep/GNUmakefile
|
|
--- isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile 2007-01-08 03:16:16.000000000 +0100
|
|
+++ isakmpd-20041012.new/sysdep/common/libsysdep/GNUmakefile 2007-01-08 03:23:24.000000000 +0100
|
|
@@ -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}
|
|
|