diff options
Diffstat (limited to 'libbb/Makefile')
-rw-r--r-- | libbb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbb/Makefile b/libbb/Makefile index f4f2d857f..ef8fef4b7 100644 --- a/libbb/Makefile +++ b/libbb/Makefile | |||
@@ -45,7 +45,7 @@ obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \ | |||
45 | xgetcwd.o xreadlink.o xregcomp.o interface.o remove_file.o last_char_is.o \ | 45 | xgetcwd.o xreadlink.o xregcomp.o interface.o remove_file.o last_char_is.o \ |
46 | copyfd.o vherror_msg.o herror_msg.o herror_msg_and_die.o xgethostbyname.o \ | 46 | copyfd.o vherror_msg.o herror_msg.o herror_msg_and_die.o xgethostbyname.o \ |
47 | dirname.o make_directory.o create_icmp_socket.o u_signal_names.o arith.o \ | 47 | dirname.o make_directory.o create_icmp_socket.o u_signal_names.o arith.o \ |
48 | simplify_path.o $(LIBBB_MOBJS) $(LIBBB_AROBJS) | 48 | simplify_path.o inet_common.o $(LIBBB_MOBJS) $(LIBBB_AROBJS) |
49 | 49 | ||
50 | 50 | ||
51 | # Hand off to toplevel Rules.mak | 51 | # Hand off to toplevel Rules.mak |
@@ -65,5 +65,3 @@ loop.h: mk_loop_h.sh | |||
65 | 65 | ||
66 | clean: | 66 | clean: |
67 | rm -f $(L_TARGET) *.o core | 67 | rm -f $(L_TARGET) *.o core |
68 | |||
69 | |||