aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-10 19:30:52 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-10 19:30:52 +0000
commitda0b0df8c7c842670457088b12096ec63ea66fae (patch)
treebb36a2de03a52636441dc8d9500bff93df53eec0 /Makefile
parentcd08ce8f3622e0ddee4a38ad9dfd919a54782228 (diff)
Fix Makefile dependencies.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3569 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f77f2c01..d0ec05720 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,9 @@ endif
LIBS+=$(AIOLIBS)
-all: libqemu_common.a $(TOOLS) $(DOCS) recurse-all
+all: $(TOOLS) $(DOCS) recurse-all
-subdir-%: dyngen$(EXESUF)
+subdir-%: dyngen$(EXESUF) libqemu_common.a
$(MAKE) -C $(subst subdir-,,$@) all
recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS))