From 513f83e840b0d7f3a46aa67baa0cba406d163e3c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 10 May 1996 21:57:52 +0000 Subject: (storeinfo): Depend on ../libstore/libstore.a. --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3