aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 02:12:08 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 02:12:08 +0000
commit27316cbef15014754baaeeb2799aa308c77fdafa (patch)
treeed446649c33a8564e6a21236232be3873aea2c22 /Makefile
parentf397f763bf6c496c36fa24402af9638a110bfd03 (diff)
downloadbusybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.tar.gz
busybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.tar.bz2
busybox-w32-27316cbef15014754baaeeb2799aa308c77fdafa.zip
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
git-svn-id: svn://busybox.net/trunk/busybox@2306 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 3b6b910ed..84337ba52 100644
--- a/Makefile
+++ b/Makefile
@@ -237,13 +237,13 @@ LIBBB = libbb
237LIBBB_LIB = libbb.a 237LIBBB_LIB = libbb.a
238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c \ 238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c \
239concat_path_file.c copy_file.c copy_file_chunk.c create_path.c daemon.c \ 239concat_path_file.c copy_file.c copy_file_chunk.c create_path.c daemon.c \
240device_open.c error_msg.c error_msg_and_die.c find_mount_point.c \ 240deb_extract.c device_open.c error_msg.c error_msg_and_die.c \
241find_pid_by_name.c find_root_device.c full_read.c full_write.c \ 241find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \
242get_ar_headers.c get_console.c get_last_path_component.c get_line_from_file.c \ 242full_write.c get_ar_headers.c get_console.c get_last_path_component.c \
243human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ 243get_line_from_file.c human_readable.c inode_hash.c isdirectory.c \
244mode_string.c module_syscalls.c mtab.c mtab_file.c my_getgrnam.c \ 244kernel_version.c loop.c mode_string.c module_syscalls.c mtab.c mtab_file.c \
245my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c parse_mode.c \ 245my_getgrnam.c my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c \
246parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \ 246parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \
247process_escape_sequence.c recursive_action.c safe_read.c safe_strncpy.c \ 247process_escape_sequence.c recursive_action.c safe_read.c safe_strncpy.c \
248syscalls.c syslog_msg_with_name.c time_string.c trim.c vdprintf.c verror_msg.c \ 248syscalls.c syslog_msg_with_name.c time_string.c trim.c vdprintf.c verror_msg.c \
249vperror_msg.c wfopen.c xfuncs.c xgetcwd.c xregcomp.c 249vperror_msg.c wfopen.c xfuncs.c xgetcwd.c xregcomp.c