summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/ChangeLog5
-rw-r--r--libfshelp/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index fb6241bb..a7cd8b0e 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:21:51 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (libfshelp.so): Delete special dependency.
+
Tue Jul 16 11:30:42 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* lock-acquire.c (EWOULDBLOCK): Define, to work around new libc
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index ac2d0c9a..8015e1a8 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -30,9 +30,8 @@ SRCS = lock-acquire.c lock-init.c \
LCLHDRS = fshelp.h locks.h trans.h
installhdrs = fshelp.h
+HURDLIBS=shouldbeinlibc threads
OBJS = $(subst .c,.o,$(SRCS))
include ../Makeconf
-libfshelp.so: $(foreach lib,shouldbeinlibc threads,\
- ../lib$(lib)/lib$(lib).so)