- fix typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Mar 2006 16:49:01 +0000 (16:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Mar 2006 16:49:01 +0000 (16:49 -0000)
networking/libiproute/Makefile.in

index 2fee2796d5d57975715021ad4485d7c6426acb84..3ad77ecfcf438d8ce8b1bbf50777d265fafa5c7c 100644 (file)
@@ -68,6 +68,6 @@ LIBRARY_SRC-a+=$(LIBIPROUTE_SRC-a)
 networking_libiproute_OBJ$(os):=$(patsubst %,$(objdir)/%$(os),$(LIBIPROUTE-y))
 
 $(networking_libiproute_OBJ$(os)): $(objdir)/%$(os): $(srcdir)/%.c
-$(objdir)/networking.a: $(networking_libiproute_OBJ$(os))
-libraries-y:=$(libraries-y) $(objdir)/networking.a
+$(objdir)/libiproute.a: $(networking_libiproute_OBJ$(os))
+libraries-y:=$(libraries-y) $(objdir)/libiproute.a