浏览代码

- the help target is phony

Bernhard Reutner-Fischer 16 年之前
父节点
当前提交
a2a5810411
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Makefile.in
  2. 1 1
      Makerules

+ 1 - 1
Makefile.in

@@ -10,7 +10,7 @@
 #--------------------------------------------------------------
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \
 noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \
 	defconfig allyesconfig allnoconfig clean distclean \
 	defconfig allyesconfig allnoconfig clean distclean \
-	release dist tags
+	release dist tags help
 
 
 include $(top_builddir)Rules.mak
 include $(top_builddir)Rules.mak
 sub_headers := headers
 sub_headers := headers

+ 1 - 1
Makerules

@@ -9,7 +9,7 @@ PHONY := FORCE
 .PHONY: dummy $(PHONY) \
 .PHONY: dummy $(PHONY) \
 	all check clean realclean distclean test \
 	all check clean realclean distclean test \
 	config dist menuconfig oldconfig release \
 	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
 # order is important, the stripping uses STRIP_FLAGS for lib-so, but not for lib-a
 ifeq ($(HAVE_SHARED),y)
 ifeq ($(HAVE_SHARED),y)