Index: branches/azimutz/Chazi/i386/Makefile =================================================================== --- branches/azimutz/Chazi/i386/Makefile (revision 524) +++ branches/azimutz/Chazi/i386/Makefile (revision 525) @@ -28,7 +28,7 @@ # The order of building is important. SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot modules -all embedtheme tags debug install installhdrs: +all embedtheme optionrom tags debug install installhdrs: @for i in ${SUBDIRS}; \ do \ echo ================= make $@ for $$i =================; \ Index: branches/azimutz/Chazi/i386/util/Makefile =================================================================== --- branches/azimutz/Chazi/i386/util/Makefile (revision 524) +++ branches/azimutz/Chazi/i386/util/Makefile (revision 525) @@ -24,8 +24,7 @@ DIRS_NEEDED = $(OBJROOT) $(SYMROOT) $(LANGDIR) -all embedtheme autores_dbg debug: $(DIRS_NEEDED) $(PROGRAMS) -debug: CFLAGS += -DDEBUG +all embedtheme optionrom: $(DIRS_NEEDED) $(PROGRAMS) machOconv: machOconv.o $(CC) $(CFLAGS) $(LDFLAGS) $(DEFINES) -o $(SYMROOT)/$(@F) machOconv.o Index: branches/azimutz/Chazi/Makefile =================================================================== --- branches/azimutz/Chazi/Makefile (revision 524) +++ branches/azimutz/Chazi/Makefile (revision 525) @@ -46,7 +46,7 @@ # Currently builds for i386 # -all embedtheme tags debug install installhdrs: $(SYMROOT) $(OBJROOT) +all embedtheme optionrom tags debug install installhdrs modules: $(SYMROOT) $(OBJROOT) @if [ -e ".svn" ]; then svnversion -n | tr -d [:alpha:] > revision; fi @if [ -z "$(RC_ARCHS)" ]; then \ RC_ARCHS="i386"; \