summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-11 15:44:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-11 15:44:23 +0000
commita2a581041132c4c65d93877e4081f886849254b4 (patch)
treeb1da8e85952e81efc7e0acc12fede2c19de51606 /Makerules
parent7d68065a272ef596f8d01173d4f9ccbd46e3b4fc (diff)
- the help target is phony
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 57992614b..6081af13c 100644
--- a/Makerules
+++ b/Makerules
@@ -9,7 +9,7 @@ PHONY := FORCE
.PHONY: dummy $(PHONY) \
all check clean realclean distclean test \
config dist menuconfig oldconfig release \
- subdirs utils
+ subdirs utils help
# order is important, the stripping uses STRIP_FLAGS for lib-so, but not for lib-a
ifeq ($(HAVE_SHARED),y)