diff --git a/Makefile b/Makefile index 1f77f2c01d..d0ec057204 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))