Module: sip-router Branch: sr_3.0 Commit: d1c12a8b1facd9bfd65550264de796caad6116d1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d1c12a8b...
Author: Vincent Stemen vince.lists@ngtek.org Committer: Andrei Pelinescu-Onciul andrei@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@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