add build-all to .PHONY rules
authorJuan Quintela <quintela@redhat.com>
Tue, 6 Oct 2009 19:11:12 +0000 (21:11 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:46:10 +0000 (14:46 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile

index de7c2aa38aa230fcddfa5b778e2f726d70748d63..2f0441e3b5a8c5036752fdf44391e04616b9bd09 100644 (file)
--- 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