浏览代码

makefiles: typo fixed

s/mantainer/maintainer/
Andrei Pelinescu-Onciul 16 年之前
父节点
当前提交
3375ff25bc
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      Makefile.rules
  2. 1 1
      Makefile.targets

+ 3 - 3
Makefile.rules

@@ -198,12 +198,12 @@ mrproper: clean
 		done \
 		done \
 	fi
 	fi
 
 
-.PHONY: mantainer-cleaan
-mantainer-clean: distclean
+.PHONY: maintainer-clean
+maintainer-clean: distclean
 	-rm -f TAGS tags *.dbg .*.swp
 	-rm -f TAGS tags *.dbg .*.swp
 	-@for r in $(modules) "" ; do \
 	-@for r in $(modules) "" ; do \
 		if [ -d "$$r" ]; then \
 		if [ -d "$$r" ]; then \
-			$(MAKE) -C $$r mantainer-clean; \
+			$(MAKE) -C $$r maintainer-clean; \
 		fi ; \
 		fi ; \
 	 done 
 	 done 
 
 

+ 1 - 1
Makefile.targets

@@ -13,7 +13,7 @@
 #  2008-06-26  initial version (andrei) 
 #  2008-06-26  initial version (andrei) 
 #
 #
 
 
-clean_targets:=	clean proper distclean realclean mantainer-clean clean_libs \
+clean_targets:=	clean proper distclean realclean maintainer-clean clean_libs \
 				clean-all proper-all distclean-all realclean-all \
 				clean-all proper-all distclean-all realclean-all \
 				clean_cfg clean_modules_cfg clean-modules-cfg
 				clean_cfg clean_modules_cfg clean-modules-cfg
 doc_targets:=	modules-doc modules-readme README modules-man man \
 doc_targets:=	modules-doc modules-readme README modules-man man \