diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:15:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:15:44 +0000 |
commit | de324c777d8a2c522a48aa8dac383ee00d38ea00 (patch) | |
tree | f248af6a36641f4f9b151451931920242acfc83d /libdiskfs/Makefile | |
parent | 58190ea018243028cc1efc8d111504a0bc38f072 (diff) |
(libdiskfs.so): s/ioserver/iohelp/g
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 02a445dc..6508571a 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -64,5 +64,5 @@ MIGCOMSFLAGS = -prefix diskfs_ include ../Makeconf -libdiskfs.so: $(foreach lib,threads ports fshelp shouldbeinlibc ioserver,\ +libdiskfs.so: $(foreach lib,threads ports fshelp shouldbeinlibc iohelp,\ ../lib$(lib)/lib$(lib).so) |