mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 01:44:54 +00:00
efd3eac055
SVN-Revision: 11742
12 lines
187 B
Diff
12 lines
187 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -119,7 +119,7 @@
|
|
|
|
libpcap.a: $(OBJ)
|
|
@rm -f $@
|
|
- ar rc $@ $(OBJ) $(LIBS)
|
|
+ $(AR) rc $@ $(OBJ) $(LIBS)
|
|
$(RANLIB) $@
|
|
|
|
$(SHAREDLIB): $(OBJ_PIC)
|