summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-06 21:11:12 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-06 14:46:10 -0500
commit9c927650eb8ea22025b7e165292716303c4bfd66 (patch)
treef2919883cc667fda981c4e2c23c0c695597c70c5
parent3e4e4646ea1441f8077dca962ad8dfae6c0e0d4e (diff)
downloadqemu-9c927650eb8ea22025b7e165292716303c4bfd66.tar.gz
add build-all to .PHONY rules
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de7c2aa38a..2f0441e3b5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ config-host.mak:
endif
.PHONY: all clean cscope distclean dvi html info install install-doc \
- recurse-all speed tar tarbin test
+ recurse-all speed tar tarbin test build-all
VPATH=$(SRC_PATH):$(SRC_PATH)/hw