[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 7 04:33:34 PST 2012


 solenv/gbuild/platform/com_MSC_class.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 949e06a801aa8b3939d621a450bf2b62c97fca16
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Nov 7 13:25:37 2012 +0100

    gbuild: fix "missing separator" errors with --enable-crashdump
    
    Add missing backslash in com_MSC_class.mk.
    Thanks to Julien Nabet for finding this problem.
    (regression from 85b6a93cf41fb05e726027e34fcd805330e20414)
    
    Change-Id: Iaae670c58e42bc22691b141495598276fa23bf02

diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index f94d159..d0b3cfc 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -239,7 +239,7 @@ $(if $(filter $(gb_MERGEDLIBS),$(1)),,\
 $(call gb_Library_add_auxtarget,$(1),$(OUTDIR)/bin/$(notdir $(3))))
 
 ifneq ($(ENABLE_CRASHDUMP),)
-$(call gb_Library_add_auxtargets,$(1),
+$(call gb_Library_add_auxtargets,$(1),\
 		$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.pdb,$(3))) \
 		$(OUTDIR)/bin/$(notdir $(patsubst %.dll,%.ilk,$(3))) \
 )


More information about the Libreoffice-commits mailing list