diff options
-rw-r--r-- | networking/libiproute/Makefile.in | 4 |
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) | |||
68 | networking_libiproute_OBJ$(os):=$(patsubst %,$(objdir)/%$(os),$(LIBIPROUTE-y)) | 68 | networking_libiproute_OBJ$(os):=$(patsubst %,$(objdir)/%$(os),$(LIBIPROUTE-y)) |
69 | 69 | ||
70 | $(networking_libiproute_OBJ$(os)): $(objdir)/%$(os): $(srcdir)/%.c | 70 | $(networking_libiproute_OBJ$(os)): $(objdir)/%$(os): $(srcdir)/%.c |
71 | $(objdir)/networking.a: $(networking_libiproute_OBJ$(os)) | 71 | $(objdir)/libiproute.a: $(networking_libiproute_OBJ$(os)) |
72 | libraries-y:=$(libraries-y) $(objdir)/networking.a | 72 | libraries-y:=$(libraries-y) $(objdir)/libiproute.a |
73 | 73 | ||