projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd08ce8
)
Fix Makefile dependencies.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Nov 2007 19:30:52 +0000
(19:30 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Nov 2007 19:30:52 +0000
(19:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3569
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1f77f2c01da5a4985205899811f1560487700146..d0ec057204ba9b87d9d00c09f592c06335662560 100644
(file)
--- 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))