diff options
Diffstat (limited to 'i18npool/source/search')
-rw-r--r-- | i18npool/source/search/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/search/makefile.mk b/i18npool/source/search/makefile.mk index 2d25278e3297..f1c3ed792739 100644 --- a/i18npool/source/search/makefile.mk +++ b/i18npool/source/search/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2007-07-03 14:12:36 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:38:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,7 @@ SLOFILES= \ SHL1TARGET= $(TARGET) SHL1OBJS= $(SLOFILES) -.IF "$(GUI)"=="UNX" || "$(COM)"=="GCC" +.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" I18NREGEXPLIB=-li18nregexp$(COMID) .ELSE I18NREGEXPLIB=ii18nregexp.lib |