diff -Naur iproute2-2.6.34/misc/Makefile iproute2-2.6.34.new/misc/Makefile --- iproute2-2.6.34/misc/Makefile 2010-05-19 17:32:43.000000000 +0200 +++ iproute2-2.6.34.new/misc/Makefile 2010-06-16 09:49:06.054008091 +0200 @@ -1,7 +1,7 @@ SSOBJ=ss.o ssfilter.o LNSTATOBJ=lnstat.o lnstat_util.o -TARGETS=ss nstat ifstat rtacct arpd lnstat +TARGETS=ss nstat ifstat rtacct lnstat include ../Config diff -Naur iproute2-2.6.34/tc/Makefile iproute2-2.6.34.new/tc/Makefile --- iproute2-2.6.34/tc/Makefile 2010-05-19 17:32:43.000000000 +0200 +++ iproute2-2.6.34.new/tc/Makefile 2010-06-16 09:50:18.114010417 +0200 @@ -99,10 +99,10 @@ $(AR) rcs $@ $(TCLIB) install: all - echo mkdir -p $(MODDESTDIR) - echo install -m 0755 tc $(DESTDIR)$(SBINDIR) + mkdir -p $(MODDESTDIR) + install -m 0755 tc $(DESTDIR)$(SBINDIR) for i in $(TCSO); \ - do echo install -m 755 $$i $(MODDESTDIR); \ + do install -m 755 $$i $(MODDESTDIR); \ done if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \ if [ -f $(MODDESTDIR)/m_xt.so ]; \