diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-30 12:37:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-30 12:37:11 +0000 |
commit | 771ee4b0a237ff1d92774b096bfa945d1b43e721 (patch) | |
tree | e3364d0d65b8ab4e3e55c0b8837e7a9f79baa82f /icu | |
parent | 60ebd46d8768bf0ff32975919354dea729921c67 (diff) |
#i10000# Just found this as locally modified :-(
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 460780b64908..0554495977aa 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: kz $ $Date: 2004-07-30 13:01:52 $ +# last change: $Author: rt $ $Date: 2004-09-30 13:37:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -131,7 +131,9 @@ OUT2BIN= \ CONFIGURE_DIR=source .IF "$(USE_SHELL)"=="4nt" BUILD_ACTION_SEP=^ +.IF "$(COMEX)"=="8" CONFIGURE_ACTION=$(BACK_PATH)..$/..$/convert.bat +.ENDIF .ELSE # "$(USE_SHELL)"=="4nt" BUILD_ACTION_SEP=; CONFIGURE_ACTION=$(BACK_PATH)..$/..$/convert.sh |