mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 07:26:51 +01:00
11 lines
187 B
Diff
11 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)
|