sim-card
/
qemu
Archived
10
0
Fork 0

Fix Makefile dependencies.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3569 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2007-11-10 19:30:52 +00:00
parent cd08ce8f36
commit da0b0df8c7
1 changed files with 2 additions and 2 deletions

View File

@ -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))