diff options
author | Rob Landley | 2006-01-06 20:59:09 +0000 |
---|---|---|
committer | Rob Landley | 2006-01-06 20:59:09 +0000 |
commit | 84cb76733f0e5853a6c7c2f64b1c168e61dfd933 (patch) | |
tree | e9315133e3d21ea032e5e676ddb3f39e18be5605 /libbb/Makefile.in | |
parent | 251161f75c0895a1138f87bd80d9bcc38e567444 (diff) | |
download | busybox-84cb76733f0e5853a6c7c2f64b1c168e61dfd933.zip busybox-84cb76733f0e5853a6c7c2f64b1c168e61dfd933.tar.gz |
patch from tito: consolidate delay functions as bb_do_delay()
Diffstat (limited to 'libbb/Makefile.in')
-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 3554123..91698a9 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -34,7 +34,7 @@ LIBBB_SRC-y:= \ getopt_ulflags.c default_error_retval.c wfopen_input.c speed_table.c \ perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c bb_askpass.c \ warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c \ - bb_echo.c + bb_echo.c bb_do_delay.c LIBBB_SRC-$(CONFIG_FEATURE_SHADOWPASSWDS)+= pwd2spwd.c |