diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-17 23:21:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-17 23:25:02 +0300 |
commit | d40a49f73ee69f2b04b3b22610420cf6c85df645 (patch) | |
tree | bb61b9277866b5f89fc3bee8b1ecf0fdf99782f8 /l10ntools/source/help | |
parent | 342af388111ac5aa311a887beae1565fe0b82d02 (diff) |
No DB_INCLUDES any more, pass -I if necessary
Diffstat (limited to 'l10ntools/source/help')
-rw-r--r-- | l10ntools/source/help/makefile.mk | 2 |
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" |