OSDN Git Service

- the help target is phony
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 11 Sep 2008 15:44:23 +0000 (15:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 11 Sep 2008 15:44:23 +0000 (15:44 -0000)
Makefile.in
Makerules

index 7981324..e6fae61 100644 (file)
@@ -10,7 +10,7 @@
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \
        defconfig allyesconfig allnoconfig clean distclean \
-       release dist tags
+       release dist tags help
 
 include $(top_builddir)Rules.mak
 sub_headers := headers
index 5799261..6081af1 100644 (file)
--- 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)