diff -r b6c206049d8a -r b842c0cb760e symbian-qemu-0.9.1-12/model-libraries/Makefile --- a/symbian-qemu-0.9.1-12/model-libraries/Makefile Wed Sep 22 17:06:27 2010 +0100 +++ b/symbian-qemu-0.9.1-12/model-libraries/Makefile Wed Sep 22 20:10:53 2010 +0100 @@ -14,7 +14,7 @@ .phony: all clean install distclean # Append new model library dirs here. -subdirs := nvmemmory syborg-graphicswrapper +subdirs := syborg-graphicswrapper/ all clean install distclean: for d in $(subdirs); do $(MAKE) -C $$d $@; done