Index: branches/xZenu/src/arch/i386/boot2/Makefile =================================================================== --- branches/xZenu/src/arch/i386/boot2/Makefile (revision 1299) +++ branches/xZenu/src/arch/i386/boot2/Makefile (revision 1300) @@ -22,15 +22,13 @@ #todo: ensur ecorrect arch MACHOCONV = ${SYMROOT}/../util/machOconv -LIBSADIR = ../libsa LIBSAIODIR = ../libsaio -INC = -I. -I$(SYMROOT) -I$(LIBSADIR) -I$(LIBSAIODIR) -I${SRCROOT}/include +INC = -I. -I$(SYMROOT) -I$(LIBSAIODIR) -I${SRCROOT}/include LIBS= -L$(SYMROOT) -lsaio -#-lsaio LIBDEP= libsaio.a -#libsaio.a + OTHER_FILES = # enable boot2 to find boot_modules.c