1--- qemu-0.9.0/Makefile	2007-07-26 11:10:25.000000000 +0200
2+++ qemu/Makefile	2007-07-26 11:10:38.000000000 +0200
3@@ -32,10 +32,10 @@
4 endif
5 endif
6
7-all: $(TOOLS) $(DOCS) recurse-all
8+all: recurse-all
9
10 subdir-%: dyngen$(EXESUF)
11-	$(MAKE) -C $(subst subdir-,,$@) all
12+	$(MAKE) -C $(subst subdir-,,$@) libqemu.a
13
14 recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS))
15
16