diff mbox

[3/6] add build-all to .PHONY rules

Message ID 0c13e785805798e2b7fd88a4a0a927746f86acef.1254855132.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Oct. 6, 2009, 7:11 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index de7c2aa..2f0441e 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