summaryrefslogtreecommitdiff
path: root/libiohelp
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commitdcf8f5b059e9ae3f767dc4069859dceba756328a (patch)
tree0079e8ac765fb551a9778ede1643145a954992a4 /libiohelp
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'libiohelp')
-rw-r--r--libiohelp/ChangeLog5
-rw-r--r--libiohelp/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog
index b890e9a8..e70d5d14 100644
--- a/libiohelp/ChangeLog
+++ b/libiohelp/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:18:46 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (libfshelp.so): Delete special dependency.
+
Thu May 9 12:42:51 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* Makefile: All occurrences of `ioserver' replaced with `iohelp'.
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 9dfc8ca4..9202f9e8 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -23,9 +23,8 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
initialize_conch.o verify_user_conch.o
LCLHDRS = iohelp.h
+HURDLIBS = threads
libname = libiohelp
installhdrs = iohelp.h
include ../Makeconf
-
-libfshelp.so: ../libthreads/libthreads.so