[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Dec 22 08:44:50 PST 2010


 sc/source/core/tool/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22fa80775b122810f65a894d30978238998e1cee
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Dec 22 16:44:38 2010 +0000

    makedepend doesn't like -s to appear in the command line

diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk
index 779e23b..dd85498 100644
--- a/sc/source/core/tool/makefile.mk
+++ b/sc/source/core/tool/makefile.mk
@@ -41,7 +41,7 @@ AUTOSEG=true
 .INCLUDE :  settings.mk
 .INCLUDE :  $(PRJ)$/util$/makefile.pmk
 
-CDEFS += $(MDDS_CPPFLAGS)
+CFLAGSCXX+=$(MDDS_CPPFLAGS)
 
 # --- Files --------------------------------------------------------
 


More information about the Libreoffice-commits mailing list