[sr-dev] git:master: Makefile.groups: fixed another type of double parenthesis

Daniel-Constantin Mierla miconda at gmail.com
Sun Apr 21 13:10:46 CEST 2013


Module: sip-router
Branch: master
Commit: fc80791c65fa46389168bd5e16af6b33c1bbc36c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc80791c65fa46389168bd5e16af6b33c1bbc36c

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Apr 21 13:09:43 2013 +0200

Makefile.groups: fixed another type of double parenthesis

- reported by Vicente Hernando

---

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

diff --git a/Makefile.groups b/Makefile.groups
index 6aa8ac4..79fff6d 100644
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -171,7 +171,7 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
 			   $(mod_list_cassandra) $(mod_list_oracle) \
 			   $(mod_list_iptrtpproxy) $(mod_list_mi_xmlrpc) \
 			   $(mod_list_outbound) $(mod_list_osp) \
-			   $(mod_list_java) $(mod_list_stun)) \
+			   $(mod_list_java) $(mod_list_stun) \
 			   $(mod_list_dnssec)
 
 




More information about the sr-dev mailing list