[Libreoffice-commits] .: sal/rtl

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 21 15:24:53 PDT 2011


 sal/rtl/source/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ecb83e471df5c38637a67e347982766ad4c5ae11
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun May 22 01:24:48 2011 +0300

    Drop the doublequotes

diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk
index cc8f6ab..bb2715f 100644
--- a/sal/rtl/source/makefile.mk
+++ b/sal/rtl/source/makefile.mk
@@ -179,6 +179,6 @@ $(BOOTSTRAPMK) : $(APP1TARGETN)
 .ELSE
 
 $(BOOTSTRAPMK) :
-    (echo '#include "macro.hxx"'; echo RTL_OS:=THIS_OS; echo RTL_ARCH:=THIS_ARCH) | $(CC) -E $(CFLAGS) $(INCLUDE_C) $(CFLAGSCC) $(CDEFS) $(CFLAGSAPPEND) - | grep '^RTL_' >$@ 
+    (echo '#include "macro.hxx"'; echo RTL_OS:=THIS_OS; echo RTL_ARCH:=THIS_ARCH) | $(CC) -E $(CFLAGS) $(INCLUDE_C) $(CFLAGSCC) $(CDEFS) $(CFLAGSAPPEND) - | grep '^RTL_' | sed -e 's/"//g' >$@ 
 
 .ENDIF


More information about the Libreoffice-commits mailing list