Explorar el Código

db_postgres: use variable for make tool in module Makefile

- fixes builds in BSD systems
- patch by Victor (coyote), FS#335
Daniel-Constantin Mierla hace 12 años
padre
commit
7abd496560
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/db_postgres/Makefile

+ 1 - 1
modules/db_postgres/Makefile

@@ -40,7 +40,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio)
 # extra install for kamailio
 
 install-pgsql-scripts: $(bin_prefix)/$(bin_dir)
-		PGSQLON=yes make -C ../../utils/kamctl/ install-modules
+		PGSQLON=yes $(MAKE) -C ../../utils/kamctl/ install-modules
 
 install-scripts: install-pgsql-scripts