[Libreoffice-commits] .: l10ntools/source

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 17 13:26:58 PDT 2011


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

New commits:
commit f25d8887b6c5711676f98eb17720adab4deca3f3
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue May 17 23:21:18 2011 +0300

    No DB_INCLUDES any more, pass -I if necessary

diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index b660775..f24ec8c 100644
--- a/l10ntools/source/help/makefile.mk
+++ b/l10ntools/source/help/makefile.mk
@@ -45,7 +45,7 @@ CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
 .ENDIF
 
 .IF "$(SYSTEM_DB)" == "YES"
-CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
+CFLAGS+=-DSYSTEM_DB
 .ENDIF
 
 .IF "$(SYSTEM_EXPAT)" == "YES"


More information about the Libreoffice-commits mailing list