diff -r 19c4533e1567 -r 7fc47a6656f3 symbian-qemu-0.9.1-12/model-libraries/Makefile --- a/symbian-qemu-0.9.1-12/model-libraries/Makefile Fri Sep 24 13:30:20 2010 +0100 +++ b/symbian-qemu-0.9.1-12/model-libraries/Makefile Fri Sep 24 12:07:03 2010 +0100 @@ -14,7 +14,7 @@ .phony: all clean install distclean # Append new model library dirs here. -subdirs := nvmemmory syborg-graphicswrapper +subdirs := nvmemmory all clean install distclean: for d in $(subdirs); do $(MAKE) -C $$d $@; done