]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - ip/Makefile
iproute2: cleanup dependencies
[lisovros/iproute2_canprio.git] / ip / Makefile
index 3f8c25b8ffd126be1ff7da0b0922ab14d1ee5f93..e029ea1c3b614f4e3397e832452f9573172a5ef5 100644 (file)
@@ -17,11 +17,12 @@ ALLOBJ=$(IPOBJ) $(RTMONOBJ)
 SCRIPTS=ifcfg rtpr routel routef
 TARGETS=ip rtmon
 
-all: $(TARGETS) $(SCRIPTS) $(LIBS)
+all: $(TARGETS) $(SCRIPTS)
 
-ip: $(IPOBJ) $(LIBNETLINK) $(LIBUTIL)
+ip: $(IPOBJ) $(LIBNETLINK)
 
-rtmon: $(RTMONOBJ) $(LIBNETLINK)
+
+rtmon: $(RTMONOBJ)
 
 install: all
        install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)