summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-14 21:11:37 +0000
committerRoland McGrath <roland@gnu.org>2002-03-14 21:11:37 +0000
commitc02505f5cd55098201be0ab52b2dc39b8277a1b2 (patch)
tree87d18be8f11bc2d5f0f2eaf20d59e4d98c5c09c4
parent40bca6a4424bf17ac342fb482f454413f9420a58 (diff)
2002-03-11 Roland McGrath <roland@frob.com>
* Makefile (ufs.static): Depend on $(boot-store-types:%=../libstore/libstore_%.a).
-rw-r--r--ufs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 183caa86..02cf38ba 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -1,6 +1,6 @@
# Makefile for ufs
#
-# Copyright (C) 1994,95,96,99,2000 Free Software Foundation, Inc.
+# Copyright (C) 1994,95,96,99,2000,02 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -28,3 +28,5 @@ OBJS = $(SRCS:.c=.o)
HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc
include ../Makeconf
+
+ufs.static: $(boot-store-types:%=../libstore/libstore_%.a)