aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/Makefile.in')
-rw-r--r--networking/libiproute/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in
index 2fee2796d..3ad77ecfc 100644
--- a/networking/libiproute/Makefile.in
+++ b/networking/libiproute/Makefile.in
@@ -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