aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 14:59:48 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 14:59:48 +0000
commit9f2f8540c5f48323a9a4085c8b9dbba63ec5a760 (patch)
treec59d4a1e76195ec7e037a30bcfdcf9ea5abae8a7 /libbb/Makefile
parente9fc78157043a07adae6ed39939e269b6b3524d0 (diff)
downloadbusybox-9f2f8540c5f48323a9a4085c8b9dbba63ec5a760.tar.gz
rEcover from my previous commit
Diffstat (limited to 'libbb/Makefile')
-rw-r--r--libbb/Makefile8
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 \
write_error too_few_args name_longer_than_foo unknown can_not_create_raw_socket
LIBBB_MOBJS=$(patsubst %,%.o, $(LIBBB_OBJ))
-LIBBB_ARCSRC=unarchive.c
-LIBBB_ARCOBJ= archive_offset seek_sub_file extract_archive unarchive \
- get_header_ar get_header_cpio get_header_tar deb_extract
-LIBBB_AROBJS=$(patsubst %,%.o, $(LIBBB_ARCOBJ))
-
-
obj-y :=
obj-n :=
obj- :=
obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
- copy_file_chunk.o deb_functs.o libc5.o device_open.o error_msg.o \
+ copy_file_chunk.o libc5.o device_open.o error_msg.o \
error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
find_root_device.o full_read.o full_write.o get_console.o \
get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \