diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-12 18:20:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-12 18:20:00 +0000 |
commit | 59779e8e8fe3938eb51c00bd90cb2e5d7acd28e1 (patch) | |
tree | b189cbb25d20ba4cd99328d493ee8a552105d593 | |
parent | b8b0a6c8f9382bfde9e85aa52c59715a237591bc (diff) |
(settrans): Dependon libports.
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7926dec4..2b3d1707 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -39,7 +39,7 @@ ps w: psout.o ../libps/libps.a ../libihash/libihash.a storeinfo: ../libstore/libstore.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. -settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a +settrans: ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ps w hurdids settrans showtrans fsysopts storeinfo login vmstat portinfo \ devprobe: ../libshouldbeinlibc/libshouldbeinlibc.a |