summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 01:18:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 01:18:39 +0000
commit8079ca9ca323b20cfd62cf40606018aa8422bac5 (patch)
tree1f1744aa8a0796912ac1c0aff067b6c0944469fc /utils
parent1330a068760d58d2451ca94c4845e8c39ee23642 (diff)
(ps-HURDLIBS): Renamed from HURDLIBS.
(ps): Fix dependencies.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index f43bf4db..f66855f6 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -22,7 +22,7 @@ SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c moun
targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts
DIST_FILES = sh.ChangeLog
-HURDLIBS=libps libihash # Only used by ps.
+ps-HURDLIBS=libps libihash
REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h
CPPFLAGS += -I../lib
@@ -40,7 +40,7 @@ showtrans.o: ../lib/argz.h ../lib/error.h
fsysopts: fsysopts.o argz.o error.o
fsysopts.o: ../lib/argz.h ../lib/error.h
-ps: ps.o error.o $(HURDLIBS-files) $(libc)
+ps: ps.o error.o ../libps/libps.a ../libihash/libihash.a
ps.o: ../hurd/ps.h ../lib/error.h
CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR