Module: sip-router Branch: kamailio_3.0 Commit: f4cb4afc8173e209dbd7a6a522d3b10cc8c5c0ef URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4cb4afc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Oct 30 22:38:21 2009 +0100
remove extra backslash in make modules-doc action
---
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 5841f5d..2891d62 100644 --- a/Makefile +++ b/Makefile @@ -527,7 +527,7 @@ $(1)-doc: modules.lst @for r in $($(1)) "" ; do \ if [ -n "$$$$r" ]; then \ $(call oecho, "" ;) \ - $(call oecho, "" ;) \ + $(call oecho, "" ;) \ $(MAKE) -C $$$$r/doc $(doc_format) $$(mk_params); \ fi ; \ done