[Libreoffice-commits] core.git: Makefile.in
Stephan Bergmann
sbergman at redhat.com
Thu Nov 20 05:31:26 PST 2014
Makefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 45fffdb3d148bcf31b720ca726b1c21d559ead82
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 20 14:30:27 2014 +0100
Call install-gdb-printers with full path
Change-Id: I92b34e61edb641d29d1cbf344e7ae5823c912cbc
diff --git a/Makefile.in b/Makefile.in
index e33ed28..22d8a01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -234,7 +234,8 @@ bootstrap: compilerplugins
#
build: bootstrap fetch $(if $(CROSS_COMPILING),cross-toolset)
ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),)
- mkdir -p $(INSTDIR) && install-gdb-printers -a $(INSTDIR) -c
+ mkdir -p $(INSTDIR)
+ $(SRCDIR)/solenv/bin/install-gdb-printers -a $(INSTDIR) -c
endif
$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(build_goal)
ifeq ($(OS),IOS)
More information about the Libreoffice-commits
mailing list