diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:44:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:44:44 +0000 |
commit | cd172327a6ec8c305d0e1274ea636f125b1acad1 (patch) | |
tree | e14b86f0fcaeda5f96e40e350d7ec54f26d448a3 /ufs/Makefile | |
parent | bdea0f6c96ef497bcd78460f9f9f82568679f130 (diff) |
(ufs.static ufs): s/ioserver/iohelp/g
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 280e155c..d9375989 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -29,5 +29,5 @@ ufs.static-LDFLAGS += -static include ../Makeconf -ufs.static 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 +ufs.static ufs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libiohelp/libiohelp.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a |