diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:41:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 23:41:40 +0000 |
commit | 88950762f540beadc37d2f7a7b306a2e93362c55 (patch) | |
tree | 1912305fa0d82eb7a1a2fdbda759c7369ec4e7f9 /ext2fs | |
parent | 6d68da5972bc337faa390b1426d58985fca87217 (diff) |
(ext2fs ext2fs.static): s/ioserver/iohelp/g
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index b27d4b8a..0c4d3467 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -29,5 +29,5 @@ ext2fs.static-LDFLAGS += -static include ../Makeconf -ext2fs ext2fs.static: $(OBJS) ../libdiskfs/libdiskfs.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a +ext2fs ext2fs.static: $(OBJS) ../libdiskfs/libdiskfs.a ../libpager/libpager.a ../libiohelp/libiohelp.a ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a |