summaryrefslogtreecommitdiff
path: root/libpager
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 /libpager
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'libpager')
-rw-r--r--libpager/ChangeLog5
-rw-r--r--libpager/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog
index e8f5d305..c9fa537e 100644
--- a/libpager/ChangeLog
+++ b/libpager/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 12 16:21:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ (libpager.so): Delete special depedency.
+
Tue Aug 13 10:47:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* object-terminate.c (_pager_free_structure): Don't bother calling
diff --git a/libpager/Makefile b/libpager/Makefile
index f8c0999a..fc23364a 100644
--- a/libpager/Makefile
+++ b/libpager/Makefile
@@ -29,6 +29,7 @@ SRCS = data-request.c data-return.c data-unlock.c pager-port.c \
LCLHDRS = pager.h priv.h
installhdrs = pager.h
+HURDLIBS= threads ports
OBJS = $(SRCS:.c=.o) memory_objectServer.o notifyServer.o
MIGSFLAGS = -DSEQNOS
@@ -36,5 +37,3 @@ MIGCOMSFLAGS = -prefix _pager_
include ../Makeconf
-libpager.so: $(foreach lib,threads ports,\
- ../lib$(lib)/lib$(lib).so)