aboutsummaryrefslogtreecommitdiff
path: root/libbb/Makefile.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-10-22 01:07:32 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-10-22 01:07:32 +0000
commit9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db (patch)
treee628eb2ead0c0c79fdd7f4d421c9bbb704445546 /libbb/Makefile.in
parent0d53ebdc526ab038a9f7405a90d7cf50e6cd104a (diff)
downloadbusybox-9ffd5776eb5b686e7c4b1240c0efe7d5926eb6db.tar.gz
Move unzip.c uncompress.c from libbb to archiveal/libunarchive
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r--libbb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in
index 449d23c68..f4ef0b868 100644
--- a/libbb/Makefile.in
+++ b/libbb/Makefile.in
@@ -35,7 +35,7 @@ LIBBB_SRC:= \
parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \
print_file.c process_escape_sequence.c read_package_field.c \
recursive_action.c safe_read.c safe_strncpy.c syscalls.c \
- syslog_msg_with_name.c time_string.c trim.c unzip.c uncompress.c \
+ syslog_msg_with_name.c time_string.c trim.c \
vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \
xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \
vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \