diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 22:16:56 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 22:16:56 +0000 |
commit | f6f43df60bbd69ae5ea83b9012beb953a2baf116 (patch) | |
tree | 80c51cd39201fcffaa9537c5abd1b10da3811ad0 /libbb | |
parent | 8de82bf84f7311bd74b08d9f4b4d4a6fef4649b9 (diff) | |
download | busybox-f6f43df60bbd69ae5ea83b9012beb953a2baf116.tar.gz |
ifupdown: stop emitting annoying/misleading error messages.
Patch by Gabriel Somlo <somlo at cmu.edu>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 4e992ef5b..27ed68c2c 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -28,7 +28,7 @@ lib-y:= \ getopt32.o default_error_retval.o wfopen_input.o speed_table.o \ perror_nomsg_and_die.o perror_nomsg.o skip_whitespace.o bb_askpass.o \ warn_ignoring_args.o concat_subpath_file.o vfork_daemon_rexec.o \ - bb_do_delay.o uuencode.o info_msg.o vinfo_msg.o + bb_do_delay.o uuencode.o info_msg.o vinfo_msg.o execable.o # conditionally compiled objects: lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o |