diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-18 09:23:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-18 09:23:09 +0200 |
commit | 3a649363aa34742b641125f51713493de4d3c7ef (patch) | |
tree | ae57a81ca3b0c6aac609afc6fcfde11975b7619c /libbb/Kbuild.src | |
parent | a1a448347e71c9899ad1500cbd8739fd82e1bb91 (diff) | |
download | busybox-w32-3a649363aa34742b641125f51713493de4d3c7ef.tar.gz busybox-w32-3a649363aa34742b641125f51713493de4d3c7ef.tar.bz2 busybox-w32-3a649363aa34742b641125f51713493de4d3c7ef.zip |
parse_config: make test applet easier to enable; fix its code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 62bee9394..a6e80e692 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -64,7 +64,6 @@ lib-y += hash_md5_sha.o | |||
64 | lib-y += messages.o | 64 | lib-y += messages.o |
65 | lib-y += mode_string.o | 65 | lib-y += mode_string.o |
66 | lib-y += parse_mode.o | 66 | lib-y += parse_mode.o |
67 | lib-y += parse_config.o | ||
68 | lib-y += perror_msg.o | 67 | lib-y += perror_msg.o |
69 | lib-y += perror_nomsg.o | 68 | lib-y += perror_nomsg.o |
70 | lib-y += perror_nomsg_and_die.o | 69 | lib-y += perror_nomsg_and_die.o |