summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-17 23:21:18 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-17 23:25:02 +0300
commitd40a49f73ee69f2b04b3b22610420cf6c85df645 (patch)
treebb61b9277866b5f89fc3bee8b1ecf0fdf99782f8 /l10ntools
parent342af388111ac5aa311a887beae1565fe0b82d02 (diff)
No DB_INCLUDES any more, pass -I if necessary
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/help/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/makefile.mk b/l10ntools/source/help/makefile.mk
index b66077501a8d..f24ec8c16b3d 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"