[Libreoffice-commits] core.git: Makefile.in
Tor Lillqvist
tml at collabora.com
Tue Nov 26 11:28:46 PST 2013
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b90c10dbb81236446e6407ac67c7c25161c560b
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Nov 26 21:27:52 2013 +0200
I think this is what was meant?
Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956
diff --git a/Makefile.in b/Makefile.in
index fcfa6f2..cac8fc5 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
More information about the Libreoffice-commits
mailing list