aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-15 12:50:15 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-15 12:50:15 +0000
commita529d885d2ac3f0830764f70253e172bbb439133 (patch)
tree2a5f6e94d82c692588680de85b08f5bc2156400b /Makefile
parent5faef74bae317156c9c199b942f018683080a77e (diff)
downloadbusybox-a529d885d2ac3f0830764f70253e172bbb439133.tar.gz
NEw functions read_package_field and read_text_file_to_buffer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f6594137c..18c174f70 100644
--- a/Makefile
+++ b/Makefile
@@ -244,10 +244,10 @@ get_line_from_file.c gz_open.c human_readable.c inode_hash.c isdirectory.c \
kernel_version.c loop.c mode_string.c module_syscalls.c mtab.c mtab_file.c \
my_getgrnam.c my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c \
parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \
-process_escape_sequence.c recursive_action.c safe_read.c safe_strncpy.c \
-seek_ared_file.c syscalls.c syslog_msg_with_name.c time_string.c trim.c \
-untar.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \
-xgetcwd.c xregcomp.c
+process_escape_sequence.c read_package_field.c read_text_file_to_buffer.c \
+recursive_action.c safe_read.c safe_strncpy.c seek_ared_file.c syscalls.c \
+syslog_msg_with_name.c time_string.c trim.c untar.c unzip.c vdprintf.c \
+verror_msg.c vperror_msg.c wfopen.c xfuncs.c xgetcwd.c xregcomp.c
LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC))
LIBBB_CFLAGS = -I$(LIBBB)