diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /libports | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ChangeLog | 5 | ||||
-rw-r--r-- | libports/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
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 <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (libports.so): Delete special depedency. + Wed Aug 7 15:28:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * 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) |