diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-06 21:11:12 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-06 14:46:10 -0500 |
commit | 9c927650eb8ea22025b7e165292716303c4bfd66 (patch) | |
tree | f2919883cc667fda981c4e2c23c0c695597c70c5 | |
parent | 3e4e4646ea1441f8077dca962ad8dfae6c0e0d4e (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |