summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-28 21:07:31 +0000
committerRoland McGrath <roland@gnu.org>1995-08-28 21:07:31 +0000
commitf5469c076b279c4a52f3eade4c93e48819ad3f5e (patch)
tree345f28e54d9d2c76fb30675aa7b690d8347e23b7 /ufs
parent4327dfc935ff06f2b82fd5346eb4460630bd48c4 (diff)
(ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile2
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