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 *** --- term/ChangeLog | 5 +++++ term/Makefile | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'term') diff --git a/term/ChangeLog b/term/ChangeLog index c6a02d5a..624ef650 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:34:37 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (OBJS): Don't list libraries here. + Thu Aug 29 17:26:37 1996 Thomas Bushnell, n/BSG * devio.c (device_open_reply): After error from ports_create_port, diff --git a/term/Makefile b/term/Makefile index 8d224f9e..54c484df 100644 --- a/term/Makefile +++ b/term/Makefile @@ -26,6 +26,7 @@ SRCS = devio.c munge.c users.c main.c ptyio.c LCLHDRS = term.h DIST_FILES = ourmsg.defs -OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a ../libthreads/libthreads.a +HURDLIBS=trivfs fshelp ports ihash threads +OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o include ../Makeconf -- cgit v1.2.3