diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-31 08:17:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-31 08:17:13 +0000 |
commit | cd98555dfac27c62513862529dc02ead9831ee2b (patch) | |
tree | bd9327767651775ec9b7fbd874910ec56d7cbb21 | |
parent | 9e275e3450c3018c112681e0c79570477c19c827 (diff) | |
download | busybox-w32-cd98555dfac27c62513862529dc02ead9831ee2b.tar.gz busybox-w32-cd98555dfac27c62513862529dc02ead9831ee2b.tar.bz2 busybox-w32-cd98555dfac27c62513862529dc02ead9831ee2b.zip |
- fix typo i introduced yesterday.
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
44 | LIBBB-$(CONFIG_FEATURE_HTTPD_AUTH_MD5)+= pw_encrypt.c | 44 | LIBBB-$(CONFIG_FEATURE_HTTPD_AUTH_MD5)+= pw_encrypt.c |
45 | LIBBB-$(CONFIG_VLOCK)+= correct_password.c | 45 | LIBBB-$(CONFIG_VLOCK)+= correct_password.c |
46 | LIBBB-$(CONFIG_SU)+= correct_password.c | 46 | LIBBB-$(CONFIG_SU)+= correct_password.c |
47 | LIBBB-$(CONFIG_CONFIG_LOGIN)+= correct_password.c | 47 | LIBBB-$(CONFIG_LOGIN)+= correct_password.c |
48 | 48 | ||
49 | 49 | ||
50 | LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y)) | 50 | LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y)) |