From 982f4a0cbb404abd853b65dfc7f55162f8a06b4e Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Fri, 2 Oct 2009 12:07:46 +0000 Subject: [PATCH] isofs links with libsysutil which does not exist anymore --- servers/iso9660fs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/iso9660fs/Makefile b/servers/iso9660fs/Makefile index 1b82eeb01..072a978a1 100644 --- a/servers/iso9660fs/Makefile +++ b/servers/iso9660fs/Makefile @@ -12,7 +12,7 @@ h = $i/minix CC = exec cc CFLAGS = -I$i $(EXTRA_OPTS) $(CPROFILE) -DNR_BUFS=$(NR_BUFS) LDFLAGS = -i -LIBS = -lsysutil -lsys -ltimers +LIBS = -lsys -ltimers OBJ = main.o table.o mount.o super.o inode.o device.o \ utility.o misc.o path.o read.o stadir.o cache.o \ @@ -35,4 +35,4 @@ depend: mkdep "$(CC) -E $(CPPFLAGS)" *.c > .depend # Include generated dependencies. -include .depend \ No newline at end of file +include .depend -- 2.44.0