diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-28 21:07:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-28 21:07:31 +0000 |
commit | f5469c076b279c4a52f3eade4c93e48819ad3f5e (patch) | |
tree | 345f28e54d9d2c76fb30675aa7b690d8347e23b7 /ufs/Makefile | |
parent | 4327dfc935ff06f2b82fd5346eb4460630bd48c4 (diff) |
(ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index a7763efc..28a30507 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -25,6 +25,6 @@ LCLHDRS = ufs.h fs.h dinode.h dir.h OBJS = $(SRCS:.c=.o) -ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a +ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf |