aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-04 19:25:57 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-04 19:25:57 +0000
commitf8909e2e8496d90c3cf073f2d63caaad657b7103 (patch)
treed420a30885568b703014b5808e9f174aa8aa808e /Makefile
parent42a88f0ced9e9a5ed4ad4020ee0b51db7b0c376d (diff)
downloadbusybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.tar.gz
busybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.tar.bz2
busybox-w32-f8909e2e8496d90c3cf073f2d63caaad657b7103.zip
Seems that stupid libc5 doesn't implement daemon(), so conditionally
inclde that here. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2242 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8c9d4687..85ba823fb 100644
--- a/Makefile
+++ b/Makefile
@@ -236,7 +236,7 @@ endif
236LIBBB = libbb 236LIBBB = libbb
237LIBBB_LIB = libbb.a 237LIBBB_LIB = libbb.a
238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \ 238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \
239copy_file_chunk.c create_path.c device_open.c error_msg.c \ 239copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \
240find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ 240find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \
241full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ 241full_write.c get_console.c get_last_path_component.c get_line_from_file.c \
242human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ 242human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \