[Libreoffice-commits] core.git: Makefile.in

Michael Stahl mstahl at redhat.com
Tue Jan 21 13:35:46 PST 2014


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e20439a1251de36efdd3dfe252b88f33cc94a0b7
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jan 21 22:31:15 2014 +0100

    Makefile.in: hardcoded make -> $(GNUMAKE)
    
    Change-Id: I2ec31816562e55f6f95cac38dab4a17a393c0f9a

diff --git a/Makefile.in b/Makefile.in
index 4ac5c46..ec45b51 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -330,7 +330,7 @@ dump-deps-png:
 
 define gb_Top_GbuildToIdeIntegration
 $(1)-ide-integration:
-	cd $(SRCDIR) && (make cmd="make -npf Makefile.gbuild all" cmd || true) | $(SRCDIR)/bin/gbuild-to-ide --ide $(1)
+	cd $(SRCDIR) && ($(GNUMAKE) cmd="$(GNUMAKE) -npf Makefile.gbuild all" cmd || true) | $(SRCDIR)/bin/gbuild-to-ide --ide $(1)
 
 endef
 


More information about the Libreoffice-commits mailing list