提交 da0b0df8 编写于 作者: P pbrook

Fix Makefile dependencies.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3569 c046a42c-6fe2-441c-8c8c-71466251a162
上级 cd08ce8f
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册