diff options
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 69f8779d2..fb4910018 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -47,7 +47,8 @@ LIBBB_MOBJ0:=full_version.o \ | |||
47 | can_not_create_raw_socket.o perm_denied_are_you_root.o \ | 47 | can_not_create_raw_socket.o perm_denied_are_you_root.o \ |
48 | shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \ | 48 | shadow_file.o passwd_file.o group_file.o gshadow_file.o nologin_file.o \ |
49 | securetty_file.o motd_file.o \ | 49 | securetty_file.o motd_file.o \ |
50 | msg_standard_input.o msg_standard_output.o shell_file.o bb_dev_null.o | 50 | msg_standard_input.o msg_standard_output.o shell_file.o \ |
51 | bb_dev_null.o bb_common_bufsiz1.o | ||
51 | 52 | ||
52 | LIBBB_MSRC1:=$(srcdir)/xfuncs.c | 53 | LIBBB_MSRC1:=$(srcdir)/xfuncs.c |
53 | LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ | 54 | LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ |