I think this is what was meant?

Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956
This commit is contained in:
Tor Lillqvist
2013-11-26 21:27:52 +02:00
parent 3cac074a55
commit 1b90c10dbb

View File

@@ -326,7 +326,7 @@ dump-deps-png:
define gb_Top_GbuildToIdeIntegration
$(1)-ide-integration:
cd $(SRCDIR) && (make cmd -npf Makefile.gbuild all || true) | $(SRCDIR)/bin/gbuild-to-ide --ide $(1)
cd $(SRCDIR) && (make cmd="make -npf Makefile.gbuild all" cmd || true) | $(SRCDIR)/bin/gbuild-to-ide --ide $(1)
endef