summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-12-22 06:22:59 +0000
committerRoland McGrath <roland@gnu.org>1999-12-22 06:22:59 +0000
commit957f24ac79342fd42bf0ea8292670f229330a9b0 (patch)
tree64d8d4f95f652defa388feadda8b6d5a8f074755 /libps
parent793e07d76035bc170eba390ebba9087fa03c91fc (diff)
1999-12-22 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (HURDLIBS): Add shouldbeinlibc.
Diffstat (limited to 'libps')
-rw-r--r--libps/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/libps/Makefile b/libps/Makefile
index d7c6e472..20e0dc35 100644
--- a/libps/Makefile
+++ b/libps/Makefile
@@ -1,6 +1,6 @@
# Makefile for libps
-#
-# Copyright (C) 1995, 1996 Free Software Foundation
+#
+# Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc.
# Written by Michael I. Bushnell.
#
# This file is part of the GNU Hurd.
@@ -29,7 +29,7 @@ LCLHDRS=ps.h common.h
installhdrs=$(LCLHDRS)
installhdrsubdir = .
-HURDLIBS=ihash
+HURDLIBS=ihash shouldbeinlibc
OBJS = $(SRCS:.c=.o) msgUser.o termUser.o
msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' -DUSERPREFIX=ps_
@@ -39,5 +39,3 @@ ps_%.h: %_U.h
sed 's/_$*_user_/_ps_$*_user_/g' $< > $@
include ../Makeconf
-
-