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 *** --- libps/ChangeLog | 5 +++++ libps/Makefile | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'libps') diff --git a/libps/ChangeLog b/libps/ChangeLog index ff633deb..38dd6662 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:23:47 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (libps.so): Delete special depedency. + Fri Aug 2 15:12:19 1996 Miles Bader * procstat.c (set_procinfo_flags): Pass HAVE to count_threads. diff --git a/libps/Makefile b/libps/Makefile index 8c8a22fc..d7c6e472 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -29,6 +29,7 @@ LCLHDRS=ps.h common.h installhdrs=$(LCLHDRS) installhdrsubdir = . +HURDLIBS=ihash OBJS = $(SRCS:.c=.o) msgUser.o termUser.o msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' -DUSERPREFIX=ps_ @@ -39,4 +40,4 @@ ps_%.h: %_U.h include ../Makeconf -libps.so: ../libihash/libihash.so + -- cgit v1.2.3