[sr-dev] git:sr_3.0: remove extra backslash in make modules-doc action

Andrei Pelinescu-Onciul andrei at iptel.org
Sat Oct 31 07:43:16 CET 2009


Module: sip-router
Branch: sr_3.0
Commit: 122dc6e47b9b67c314bb6203445afe2b7139d6b5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=122dc6e47b9b67c314bb6203445afe2b7139d6b5

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Oct 30 22:38:21 2009 +0100

remove extra backslash in make modules-doc action
(cherry picked from commit f4cb4afc8173e209dbd7a6a522d3b10cc8c5c0ef)

---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 258ac0e..e7b83d7 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




More information about the sr-dev mailing list