diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-28 17:35:51 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-16 13:40:40 +0200 |
commit | 586bed9157edc406fe83ee2c674f6e976d27b5be (patch) | |
tree | 19a63f13b3523974546b8b64fcf588c4a434dc3b /i18npool/source/search | |
parent | ba450e160447eb8108ab1dd548daccf86c6435d6 (diff) |
CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]
Diffstat (limited to 'i18npool/source/search')
-rw-r--r-- | i18npool/source/search/makefile.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/i18npool/source/search/makefile.mk b/i18npool/source/search/makefile.mk index 372b32a216d1..95397d9d47ac 100644 --- a/i18npool/source/search/makefile.mk +++ b/i18npool/source/search/makefile.mk @@ -55,12 +55,6 @@ EXCEPTIONSNOOPTFILES= \ SHL1TARGET= $(TARGET) SHL1OBJS= $(SLOFILES) -.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" -I18NREGEXPLIB=-li18nregexp$(COMID) -.ELSE -I18NREGEXPLIB=ii18nregexp.lib -.ENDIF - SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ |