summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:31:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2008-12-08 22:31:24 +0000
commit2bf0750749e04ddd27c6d25bf0380729554508b1 (patch)
treea9a596cc7828ebc3b2f8d150f5a673f53b18c5dd
parent59f6907c8924972bfe8f2a17cc9b3bb6bd9490ac (diff)
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add shouldbeinlibc.
-rw-r--r--libiohelp/ChangeLog4
-rw-r--r--libiohelp/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog
index 3916e351..1f7152e9 100644
--- a/libiohelp/ChangeLog
+++ b/libiohelp/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile (HURDLIBS): Add shouldbeinlibc.
+
2002-11-01 Roland McGrath <roland@frob.com>
* shared.c (iohelp_fetch_shared_data, iohelp_put_shared_data): Put
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 54fb4343..ba73282b 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 1993,94,95,96,98,2002 Free Software Foundation, Inc.
+# Copyright (C) 1993, 1994, 1995, 1996, 1998, 2002, 2008 Free Software
+# Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -24,7 +24,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
shared.c return-buffer.c
OBJS = $(SRCS:.c=.o)
LCLHDRS = iohelp.h
-HURDLIBS = threads
+HURDLIBS = threads shouldbeinlibc
libname = libiohelp
installhdrs = iohelp.h