From: Bernhard Reutner-Fischer Date: Tue, 31 Jan 2006 08:17:13 +0000 (-0000) Subject: - fix typo i introduced yesterday. X-Git-Tag: 1_1_0~268 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd98555dfac27c62513862529dc02ead9831ee2b;p=oweals%2Fbusybox.git - fix typo i introduced yesterday. --- diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 6be0089a6..b23e10b1a 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -44,7 +44,7 @@ LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c 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))