[Libreoffice-commits] .: sal/util

Tor Lillqvist tml at kemper.freedesktop.org
Mon Dec 19 14:07:37 PST 2011


 sal/util/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3584cb1906ee96c11fbd5040bf57538cf0543254
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Dec 19 23:55:08 2011 +0200

    Need gb_CXXFLAGS, too

diff --git a/sal/util/Makefile b/sal/util/Makefile
index 78986f7..ad39b24 100644
--- a/sal/util/Makefile
+++ b/sal/util/Makefile
@@ -33,9 +33,9 @@ all: rtlbootstrap.mk $(if $(filter-out $(COM),MSC),sal/typesizes.h) sal/udkversi
 sal:
 	mkdir sal
 
-rtlbootstrap.mk:
+rtlbootstrap.mk: sal/typesizes.h
 	(echo '#include "macro.hxx"'; echo RTL_OS:=THIS_OS; echo RTL_ARCH:=THIS_ARCH) > bootstrap.cxx
-	$(CXX) -E $(gb_OSDEFS) -D$(CPUNAME) -I. -I$(SRCDIR)/sal/rtl/source -I$(SRCDIR)/sal/inc bootstrap.cxx | grep '^RTL_' | sed -e 's/"//g' > $@
+	$(CXX) -E $(gb_OSDEFS) $(gb_CXXFLAGS) -D$(CPUNAME) -I. -I$(SRCDIR)/sal/rtl/source -I$(SRCDIR)/sal/inc bootstrap.cxx | grep '^RTL_' | sed -e 's/"//g' > $@
 
 sal/typesizes.h: sal
 ifneq ($(CROSS_COMPILING),YES)


More information about the Libreoffice-commits mailing list