[sr-dev] git:master: db_text(k) makefile: fix make use

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Aug 11 17:03:27 CEST 2010


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

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>

---

 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