summaryrefslogtreecommitdiff
path: root/moz
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 10:37:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 10:37:09 +0000
commita4cce0a435baabeeb5a05fe19e1a9fe6c56f2afd (patch)
tree536ad7e00b1b10474f064092f5efb168d6bd5fee /moz
parent9024a2c3ac9b0685875f4a19a8fef0fdb90cf99c (diff)
INTEGRATION: CWS mingwport04 (1.10.2); FILE MERGED
2007/04/18 08:45:27 vg 1.10.2.1: #i75844# MinGW port efforts part II
Diffstat (limited to 'moz')
-rw-r--r--moz/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk
index 12d04618245a..638291553259 100644
--- a/moz/makefile.mk
+++ b/moz/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: ihi $ $Date: 2007-04-17 08:54:13 $
+# last change: $Author: vg $ $Date: 2007-05-25 11:37:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -188,6 +188,8 @@ PATH!:=$(shell cygpath $(MOZ_TOOLS_DOS))/vc71/bin:$(shell cygpath $(MOZ_TOOLS_DO
.ENDIF
.IF "$(USE_SHELL)"=="tcsh"
SET_MOZ_TOOLS_INSTALL_BAT:=setenv MOZ_TOOLS "$(MOZ_TOOLS_DOS)"
+.ELIF "$(USE_SHELL)"=="bash"
+SET_MOZ_TOOLS_INSTALL_BAT:=export "MOZ_TOOLS=$(MOZ_TOOLS_DOS)"
.ELSE
SET_MOZ_TOOLS_INSTALL_BAT:=MOZ_TOOLS="$(MOZ_TOOLS_DOS)"; export MOZ_TOOLS
.ENDIF