Revision da0b0df8

b/Makefile
26 26

  
27 27
LIBS+=$(AIOLIBS)
28 28

  
29
all: libqemu_common.a $(TOOLS) $(DOCS) recurse-all 
29
all: $(TOOLS) $(DOCS) recurse-all 
30 30

  
31
subdir-%: dyngen$(EXESUF)
31
subdir-%: dyngen$(EXESUF) libqemu_common.a
32 32
	$(MAKE) -C $(subst subdir-,,$@) all
33 33

  
34 34
recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS))

Also available in: Unified diff