diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -230,7 +230,8 @@ find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ | |||
230 | full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ | 230 | full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ |
231 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ | 231 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ |
232 | mode_string.c parse_mode.c parse_number.c print_file.c process_escape_sequence.c \ | 232 | mode_string.c parse_mode.c parse_number.c print_file.c process_escape_sequence.c \ |
233 | pwd_grp_wrappers.c recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ | 233 | my_getgrgid.c my_getpwnamegid.c my_getpwuid.c my_getgrnam.c my_getpwnam.c \ |
234 | recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ | ||
234 | syslog_msg_with_name.c time_string.c trim.c vdprintf.c wfopen.c xfuncs.c \ | 235 | syslog_msg_with_name.c time_string.c trim.c vdprintf.c wfopen.c xfuncs.c \ |
235 | xregcomp.c | 236 | xregcomp.c |
236 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) | 237 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) |
@@ -322,7 +323,7 @@ $(PWD_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile | |||
322 | - mkdir -p $(PWD_GRP) | 323 | - mkdir -p $(PWD_GRP) |
323 | $(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o | 324 | $(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o |
324 | 325 | ||
325 | $(LIBBB_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile | 326 | $(LIBBB_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile libbb/libbb.h |
326 | - mkdir -p $(LIBBB) | 327 | - mkdir -p $(LIBBB) |
327 | $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -c $< -o $*.o | 328 | $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -c $< -o $*.o |
328 | 329 | ||