svn commit: trunk/busybox/libbb

aldot at busybox.net aldot at busybox.net
Tue Jan 31 08:17:14 UTC 2006


Author: aldot
Date: 2006-01-31 00:17:13 -0800 (Tue, 31 Jan 2006)
New Revision: 13746

Log:
- fix typo i introduced yesterday.


Modified:
   trunk/busybox/libbb/Makefile.in


Changeset:
Modified: trunk/busybox/libbb/Makefile.in
===================================================================
--- trunk/busybox/libbb/Makefile.in	2006-01-31 05:05:15 UTC (rev 13745)
+++ trunk/busybox/libbb/Makefile.in	2006-01-31 08:17:13 UTC (rev 13746)
@@ -44,7 +44,7 @@
 LIBBB-$(CONFIG_FEATURE_HTTPD_AUTH_MD5)+= pw_encrypt.c
 LIBBB-$(CONFIG_VLOCK)+= correct_password.c
 LIBBB-$(CONFIG_SU)+= correct_password.c
-LIBBB-$(CONFIG_CONFIG_LOGIN)+= correct_password.c
+LIBBB-$(CONFIG_LOGIN)+= correct_password.c
 
 
 LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y))




More information about the busybox-cvs mailing list