diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -237,7 +237,7 @@ endif | |||
237 | LIBBB = libbb | 237 | LIBBB = libbb |
238 | LIBBB_LIB = libbb.a | 238 | LIBBB_LIB = libbb.a |
239 | LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ | 239 | LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ |
240 | copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \ | 240 | copy_file_chunk.c daemon.c device_open.c error_msg.c \ |
241 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ | 241 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ |
242 | find_root_device.c full_read.c full_write.c get_console.c \ | 242 | find_root_device.c full_read.c full_write.c get_console.c \ |
243 | get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ | 243 | get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ |
@@ -248,7 +248,8 @@ print_file.c process_escape_sequence.c read_package_field.c recursive_action.c \ | |||
248 | safe_read.c safe_strncpy.c syscalls.c syslog_msg_with_name.c time_string.c \ | 248 | safe_read.c safe_strncpy.c syscalls.c syslog_msg_with_name.c time_string.c \ |
249 | trim.c unarchive.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \ | 249 | trim.c unarchive.c unzip.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c xfuncs.c \ |
250 | xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ | 250 | xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ |
251 | copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c | 251 | copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ |
252 | dirname.c make_directory.c strdup_substr.c | ||
252 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) | 253 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) |
253 | LIBBB_CFLAGS = -I$(LIBBB) | 254 | LIBBB_CFLAGS = -I$(LIBBB) |
254 | ifneq ($(strip $(BB_SRC_DIR)),) | 255 | ifneq ($(strip $(BB_SRC_DIR)),) |