diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-26 21:27:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-26 21:28:07 +0200 |
commit | 1b90c10dbb81236446e6407ac67c7c25161c560b (patch) | |
tree | 3bdf9559ffab53d5e9a4d15a14e9f86dbab1f9e5 /Makefile.in | |
parent | 3cac074a55a5872182fb9b3b7120093f4d2dcf82 (diff) |
I think this is what was meant?
Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fcfa6f2a1f91..cac8fc5f540e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |