Module: sip-router Branch: ser_core_cvs Commit: 3375ff25bc672fc198fffa99bb23f59877031cd0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3375ff25...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Wed Apr 22 09:00:37 2009 +0000
makefiles: typo fixed
s/mantainer/maintainer/
---
Makefile.rules | 6 +++--- Makefile.targets | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.rules b/Makefile.rules index 665fcf7..f1ea045 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -198,12 +198,12 @@ mrproper: clean done \ fi
-.PHONY: mantainer-cleaan -mantainer-clean: distclean +.PHONY: maintainer-clean +maintainer-clean: distclean -rm -f TAGS tags *.dbg .*.swp -@for r in $(modules) "" ; do \ if [ -d "$$r" ]; then \ - $(MAKE) -C $$r mantainer-clean; \ + $(MAKE) -C $$r maintainer-clean; \ fi ; \ done
diff --git a/Makefile.targets b/Makefile.targets index 39e7f7b..8ccae76 100644 --- a/Makefile.targets +++ b/Makefile.targets @@ -13,7 +13,7 @@ # 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_cfg clean_modules_cfg clean-modules-cfg doc_targets:= modules-doc modules-readme README modules-man man \