aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-07 23:56:14 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-07 23:56:14 +0000
commit346cdb1ddea7d825b29e9dcd73d6f7af8db8598f (patch)
tree03538b2769477259e64224b28fc027a4e59fda67
parent4a6b4e393c0aa8b5e184573374f1f7a49120f20c (diff)
downloadbusybox-w32-346cdb1ddea7d825b29e9dcd73d6f7af8db8598f.tar.gz
busybox-w32-346cdb1ddea7d825b29e9dcd73d6f7af8db8598f.tar.bz2
busybox-w32-346cdb1ddea7d825b29e9dcd73d6f7af8db8598f.zip
Re-sort filenames to alphebetical order.
-rw-r--r--libbb/Makefile.in42
1 files changed, 21 insertions, 21 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index 4a6df77f7..22fcd8306 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -24,27 +24,27 @@ LIBBB_DIR:=$(TOPDIR)libbb/
24endif 24endif
25 25
26LIBBB_SRC:= \ 26LIBBB_SRC:= \
27 ask_confirmation.c chomp.c compare_string_array.c concat_path_file.c \ 27 arith.c bb_asprintf.c ask_confirmation.c change_identity.c chomp.c \
28 copy_file.c copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ 28 compare_string_array.c concat_path_file.c copy_file.c \
29 error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ 29 copy_file_chunk.c copyfd.c correct_password.c create_icmp_socket.c \
30 find_root_device.c full_read.c full_write.c get_console.c \ 30 create_icmp6_socket.c device_open.c dirname.c dump.c error_msg.c \
31 get_last_path_component.c get_line_from_file.c \ 31 error_msg_and_die.c find_mount_point.c find_pid_by_name.c \
32 human_readable.c isdirectory.c kernel_version.c loop.c \ 32 find_root_device.c fgets_str.c full_read.c full_write.c get_console.c \
33 mode_string.c module_syscalls.c mtab.c mtab_file.c my_getgrnam.c \ 33 get_last_path_component.c get_line_from_file.c herror_msg.c \
34 my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c \ 34 herror_msg_and_die.c human_readable.c inet_common.c inode_hash.c \
35 parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ 35 interface.c isdirectory.c kernel_version.c last_char_is.c libc5.c \
36 print_file.c process_escape_sequence.c read_package_field.c \ 36 loop.c make_directory.c mode_string.c \
37 recursive_action.c run_parts.c safe_read.c safe_strncpy.c \ 37 module_syscalls.c mtab.c mtab_file.c my_getgrgid.c my_getgrnam.c \
38 syscalls.c syslog_msg_with_name.c time_string.c trim.c \ 38 my_getpwnam.c my_getpwnamegid.c my_getpwuid.c obscure.c parse_mode.c \
39 vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \ 39 parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \
40 xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \ 40 process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \
41 vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ 41 read_package_field.c recursive_action.c remove_file.c \
42 dirname.c make_directory.c create_icmp_socket.c u_signal_names.c \ 42 restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \
43 arith.c simplify_path.c inet_common.c inode_hash.c obscure.c \ 43 setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \
44 pwd2spwd.c xfuncs.c correct_password.c change_identity.c \ 44 time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \
45 setup_environment.c run_shell.c pw_encrypt.c restricted_shell.c \ 45 vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c xfuncs.c \
46 xgethostbyname2.c create_icmp6_socket.c xconnect.c bb_asprintf.c \ 46 xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c
47 procps.c 47
48 48
49LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC)) 49LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC))
50 50