mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2025-01-14 08:01:43 +01:00
15 lines
371 B
Diff
15 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))
|
|
|