12345678910111213 |
- Index: libpcap-0.9.8/Makefile.in
- ===================================================================
- --- libpcap-0.9.8.orig/Makefile.in 2007-07-24 04:35:15.000000000 +0200
- +++ libpcap-0.9.8/Makefile.in 2008-10-07 09:23:01.000000000 +0200
- @@ -103,7 +103,7 @@
-
- libpcap.a: $(OBJ)
- @rm -f $@
- - ar rc $@ $(OBJ) $(LIBS)
- + $(AR) rc $@ $(OBJ) $(LIBS)
- $(RANLIB) $@
-
- shared: libpcap.$(DYEXT)
|