--- iproute2/lib/Makefile.orig Tue Apr 30 13:59:50 2002 +++ iproute2/lib/Makefile Tue Apr 30 13:57:02 2002 @@ -6,10 +6,10 @@ all: libnetlink.a libutil.a libnetlink.a: $(NLOBJ) - ar rcs $@ $(NLOBJ) + $(AR) rcs $@ $(NLOBJ) libutil.a: $(UTILOBJ) $(ADDLIB) - ar rcs $@ $(UTILOBJ) $(ADDLIB) + $(AR) rcs $@ $(UTILOBJ) $(ADDLIB) clean: rm -f $(NLOBJ) $(UTILOBJ) $(ADDLIB) libnetlink.a libutil.a --- iproute2/tc/Makefile.orig Tue Apr 30 13:59:26 2002 +++ iproute2/tc/Makefile Tue Apr 30 13:59:39 2002 @@ -43,7 +43,7 @@ tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB) libtc.a: $(TCLIB) - ar rcs $@ $(TCLIB) + $(AR) rcs $@ $(TCLIB) clean: rm -f $(TCOBJ) $(TCLIB) libtc.a tc