From: Tomas Hruby Date: Fri, 2 Oct 2009 12:07:46 +0000 (+0000) Subject: isofs links with libsysutil which does not exist anymore X-Git-Tag: v3.1.5~38 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=982f4a0cbb404abd853b65dfc7f55162f8a06b4e;p=minix.git isofs links with libsysutil which does not exist anymore --- 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