svn commit: trunk/busybox/networking/libiproute

aldot at busybox.net aldot at busybox.net
Thu Mar 9 16:49:02 UTC 2006


Author: aldot
Date: 2006-03-09 08:49:01 -0800 (Thu, 09 Mar 2006)
New Revision: 14488

Log:
- fix typo


Modified:
   trunk/busybox/networking/libiproute/Makefile.in


Changeset:
Modified: trunk/busybox/networking/libiproute/Makefile.in
===================================================================
--- trunk/busybox/networking/libiproute/Makefile.in	2006-03-09 15:43:42 UTC (rev 14487)
+++ trunk/busybox/networking/libiproute/Makefile.in	2006-03-09 16:49:01 UTC (rev 14488)
@@ -68,6 +68,6 @@
 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
 




More information about the busybox-cvs mailing list