remove redundant prerequisite
[buildroot.git] / package / libpcap / libpcap.patch
blob196ee34eb3a293976bd3d76e33c99b990710477d
1 --- libpcap-0.8.3/Makefile.in.orig 2005-01-17 19:04:41.291056960 -0500
2 +++ libpcap-0.8.3/Makefile.in 2005-01-17 19:04:47.836061968 -0500
3 @@ -100,7 +100,7 @@
5 libpcap.a: $(OBJ)
6 @rm -f $@
7 - ar rc $@ $(OBJ) $(LIBS)
8 + $(AR) rc $@ $(OBJ) $(LIBS)
9 $(RANLIB) $@
11 scanner.c: $(srcdir)/scanner.l