diff options
| author | Roland McGrath <roland@gnu.org> | 2002-03-14 21:11:37 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2002-03-14 21:11:37 +0000 |
| commit | d944b66ab2bc82aa80eb7fd351bdb8c7001ef5e5 (patch) | |
| tree | f0f24b0bc2d6258aad7236a1c5f5157987617ea9 | |
| parent | 73b3e2418b370fba8528ac229fa64447fdec4cbc (diff) | |
2002-03-11 Roland McGrath <roland@frob.com>
* Makefile (ufs.static): Depend on
$(boot-store-types:%=../libstore/libstore_%.a).
| -rw-r--r-- | ufs/Makefile | 4 |
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) |
