]> Zhao Yanbai Git Server - minix.git/commitdiff
isofs links with libsysutil which does not exist anymore
authorTomas Hruby <tom@minix3.org>
Fri, 2 Oct 2009 12:07:46 +0000 (12:07 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 2 Oct 2009 12:07:46 +0000 (12:07 +0000)
servers/iso9660fs/Makefile

index 1b82eeb0129a8a315e52a6e36108eab365899f7d..072a978a167e76a6673d1220f907fca6717d1da9 100644 (file)
@@ -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