forked from Miroirs/x49gp
16 lines
371 B
Diff
16 lines
371 B
Diff
|
--- qemu-0.9.0/Makefile 2007-07-26 11:10:25.000000000 +0200
|
||
|
+++ qemu/Makefile 2007-07-26 11:10:38.000000000 +0200
|
||
|
@@ -32,10 +32,10 @@
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
-all: $(TOOLS) $(DOCS) recurse-all
|
||
|
+all: recurse-all
|
||
|
|
||
|
subdir-%: dyngen$(EXESUF)
|
||
|
- $(MAKE) -C $(subst subdir-,,$@) all
|
||
|
+ $(MAKE) -C $(subst subdir-,,$@) libqemu.a
|
||
|
|
||
|
recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS))
|
||
|
|