diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-09 16:49:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-09 16:49:01 +0000 |
commit | 39a9fddb535eb0fd842e9441f7d44bfce17d6065 (patch) | |
tree | 9109dba67dfebfd140920e642d61f20b50444bb6 /networking/libiproute | |
parent | 07a79e75f502ebd41e5341aacc5de303d3ffaea0 (diff) | |
download | busybox-39a9fddb535eb0fd842e9441f7d44bfce17d6065.tar.gz |
- fix typo
Diffstat (limited to 'networking/libiproute')
-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) 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 |