From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001
From: Thomas Bushnell <thomas@gnu.org>
Date: Tue, 17 Sep 1996 16:43:48 +0000
Subject: *** empty log message ***

---
 libfshelp/ChangeLog | 5 +++++
 libfshelp/Makefile  | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

(limited to 'libfshelp')

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)
-- 
cgit v1.2.3