From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 17 Sep 1996 16:43:48 +0000 Subject: *** empty log message *** --- libports/ChangeLog | 5 +++++ libports/Makefile | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'libports') diff --git a/libports/ChangeLog b/libports/ChangeLog index a81fdd34..25e2e73d 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:19:35 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (libports.so): Delete special depedency. + Wed Aug 7 15:28:48 1996 Thomas Bushnell, n/BSG * ports.h (_ports_create_port_internal, diff --git a/libports/Makefile b/libports/Makefile index 50ccd0c9..d3db7d30 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -40,11 +40,10 @@ SRCS = create-bucket.c create-class.c \ LCLHDRS = ports.h installhdrs = ports.h +HURDLIBS= ihash OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o MIGCOMSFLAGS = -prefix ports_ include ../Makeconf -libports.so: $(foreach lib,ihash,\ - ../lib$(lib)/lib$(lib).so) -- cgit v1.2.3