summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-21 22:31:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-21 22:31:38 +0100
commite20439a1251de36efdd3dfe252b88f33cc94a0b7 (patch)
treea45d2edbe827ebcff33132c7a5136a1fff9a5492 /Makefile.in
parentf278397787f7b79cee8536e806e8b7113800f2ef (diff)
Makefile.in: hardcoded make -> $(GNUMAKE)
Change-Id: I2ec31816562e55f6f95cac38dab4a17a393c0f9a
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4ac5c4696789..ec45b516e3ce 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