diff options
author | Miles Bader <miles@gnu.org> | 1996-05-10 21:57:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-10 21:57:52 +0000 |
commit | 513f83e840b0d7f3a46aa67baa0cba406d163e3c (patch) | |
tree | 456c2723e5c39deb9ecefeaf38e4270c2211de91 | |
parent | 35de245445499909735fcc94d131cd78cac1d572 (diff) |
(storeinfo): Depend on ../libstore/libstore.a.
-rw-r--r-- | utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 02b9f28d..8362db58 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -36,6 +36,7 @@ include ../Makeconf login: /gd4/hurdinst/lib/libutil.a # ick ick ick ick 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 |