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 /libps | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'libps')
-rw-r--r-- | libps/ChangeLog | 5 | ||||
-rw-r--r-- | libps/Makefile | 3 |
2 files changed, 7 insertions, 1 deletions
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 <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (libps.so): Delete special depedency. + Fri Aug 2 15:12:19 1996 Miles Bader <miles@gnu.ai.mit.edu> * 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 + |