Index: branches/meklort/i386/modules/Makefile =================================================================== --- branches/meklort/i386/modules/Makefile (revision 305) +++ branches/meklort/i386/modules/Makefile (revision 306) @@ -26,7 +26,7 @@ VPATH = $(OBJROOT):$(SYMROOT) # The order of building is important. -SUBDIRS = Symbols `find ./ -type d -depth 1` +SUBDIRS = `find ./ -type d -depth 1 -not -name ".*"` all embedtheme tags debug install installhdrs: @rm -rf $(OBJROOT) Index: branches/meklort/i386/Makefile =================================================================== --- branches/meklort/i386/Makefile (revision 305) +++ branches/meklort/i386/Makefile (revision 306) @@ -26,7 +26,7 @@ VPATH = $(OBJROOT):$(SYMROOT) # The order of building is important. -SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot +SUBDIRS = util libsa libsaio boot2 boot1 boot0 cdboot modules all embedtheme tags debug install installhdrs: @for i in ${SUBDIRS}; \