summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-04 07:11:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-04 07:11:46 +0000
commitc08865c42ffd940fa3d8d4798b6500e0d9da4a97 (patch)
tree3e1582429c2121d2ea715a2fd5eb5e004e8ebf0e /icu
parent5ff08c23bf85ed82861dfc535975e1ce39f03f33 (diff)
#i95804# cygwin and BUILD_ACTION_SEP
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 14628c907fec..dfb31b4b4e0d 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -174,6 +174,8 @@ OUT2BIN= \
.ELSE
.IF "$(USE_SHELL)"=="4nt"
BUILD_ACTION_SEP=^
+.ELSE
+BUILD_ACTION_SEP=;
.ENDIF # "$(USE_SHELL)"=="4nt"
BUILD_DIR=source
.IF "full_debug" == ""