From c02505f5cd55098201be0ab52b2dc39b8277a1b2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Mar 2002 21:11:37 +0000 Subject: 2002-03-11 Roland McGrath * Makefile (ufs.static): Depend on $(boot-store-types:%=../libstore/libstore_%.a). --- ufs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3