diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-25 14:59:48 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-25 14:59:48 +0000 |
commit | df9c33145b630cc503b71bad04be6e8f8ccd6e4e (patch) | |
tree | c59d4a1e76195ec7e037a30bcfdcf9ea5abae8a7 /libbb | |
parent | 9829636690dc56ffaeed9338ab22669c7e9cb544 (diff) | |
download | busybox-w32-df9c33145b630cc503b71bad04be6e8f8ccd6e4e.tar.gz busybox-w32-df9c33145b630cc503b71bad04be6e8f8ccd6e4e.tar.bz2 busybox-w32-df9c33145b630cc503b71bad04be6e8f8ccd6e4e.zip |
rEcover from my previous commit
git-svn-id: svn://busybox.net/trunk/busybox@3586 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libbb/Makefile b/libbb/Makefile index 0aeaaf79d..85ce95c90 100644 --- a/libbb/Makefile +++ b/libbb/Makefile | |||
@@ -27,18 +27,12 @@ LIBBB_OBJ= full_version name_too_long omitting_directory not_a_directory \ | |||
27 | write_error too_few_args name_longer_than_foo unknown can_not_create_raw_socket | 27 | write_error too_few_args name_longer_than_foo unknown can_not_create_raw_socket |
28 | LIBBB_MOBJS=$(patsubst %,%.o, $(LIBBB_OBJ)) | 28 | LIBBB_MOBJS=$(patsubst %,%.o, $(LIBBB_OBJ)) |
29 | 29 | ||
30 | LIBBB_ARCSRC=unarchive.c | ||
31 | LIBBB_ARCOBJ= archive_offset seek_sub_file extract_archive unarchive \ | ||
32 | get_header_ar get_header_cpio get_header_tar deb_extract | ||
33 | LIBBB_AROBJS=$(patsubst %,%.o, $(LIBBB_ARCOBJ)) | ||
34 | |||
35 | |||
36 | obj-y := | 30 | obj-y := |
37 | obj-n := | 31 | obj-n := |
38 | obj- := | 32 | obj- := |
39 | 33 | ||
40 | obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \ | 34 | obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \ |
41 | copy_file_chunk.o deb_functs.o libc5.o device_open.o error_msg.o \ | 35 | copy_file_chunk.o libc5.o device_open.o error_msg.o \ |
42 | error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \ | 36 | error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \ |
43 | find_root_device.o full_read.o full_write.o get_console.o \ | 37 | find_root_device.o full_read.o full_write.o get_console.o \ |
44 | get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \ | 38 | get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \ |