Patch from vodz:
[oweals/busybox.git] / libbb / Makefile.in
index 06daf232ccc7bbcdd7acacb23def2a273ed89417..b60adc959109cee90b306e6f3b8a3fb70164ea30 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,12 +27,12 @@ LIBBB_SRC:= \
        arith.c bb_asprintf.c ask_confirmation.c change_identity.c chomp.c \
        compare_string_array.c concat_path_file.c copy_file.c \
        copyfd.c correct_password.c create_icmp_socket.c \
-       create_icmp6_socket.c device_open.c dirname.c dump.c error_msg.c \
+       create_icmp6_socket.c device_open.c dump.c error_msg.c \
        error_msg_and_die.c find_mount_point.c find_pid_by_name.c \
        find_root_device.c fgets_str.c full_read.c full_write.c get_console.c \
        get_last_path_component.c get_line_from_file.c herror_msg.c \
        herror_msg_and_die.c human_readable.c inet_common.c inode_hash.c \
-       interface.c isdirectory.c kernel_version.c last_char_is.c libc5.c \
+       interface.c isdirectory.c kernel_version.c last_char_is.c \
        llist_add_to.c login.c loop.c make_directory.c mode_string.c \
        module_syscalls.c mtab.c mtab_file.c my_getgrgid.c my_getgrnam.c \
        my_getpwnam.c my_getpwnamegid.c my_getpwuid.c obscure.c parse_mode.c \
@@ -48,7 +48,7 @@ LIBBB_SRC:= \
        fclose_nonstdin.c fflush_stdout_and_exit.c getopt_ulflags.c \
        default_error_retval.c wfopen_input.c speed_table.c \
        perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c \
-       warn_ignoring_args.c
+       warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c
 
 LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC))