[sr-dev] git:sr_3.0: db_text(k) makefile: fix make use

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Aug 19 16:12:55 CEST 2010


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

Author: Vincent Stemen <vince.lists at ngtek.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 11 16:45:05 2010 +0200

db_text(k) makefile: fix make use

This fixes a bug.  It called make directly which breaks on
platforms where it is being compiled under gmake.

Signed-off-by: Andrei Pelinescu-Onciul <andrei at iptel.org>
(cherry picked from commit 5d8552087be74332c1a7812ffb01d8298060cc62)

---

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

diff --git a/modules_k/db_text/Makefile b/modules_k/db_text/Makefile
index dd35b11..36bc48b 100644
--- a/modules_k/db_text/Makefile
+++ b/modules_k/db_text/Makefile
@@ -24,7 +24,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio)
 # extra install for kamailio
 
 install-dbtext-scripts: $(bin_prefix)/$(bin_dir)
-		DBTEXTON=yes make -C ../../utils/kamctl/ install-modules
+		DBTEXTON=yes $(MAKE) -C ../../utils/kamctl/ install-modules
 
 install-scripts: install-dbtext-scripts
 




More information about the sr-dev mailing list