summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-02 14:23:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-02 14:23:23 +0000
commit76006a0a42d7a638d6318f166780a568dff258da (patch)
treea7888879e1420de76a0ad8f89cf43da325576898 /boost
parent1b65c06d081e211b6e7a80e323792edd321c77ed (diff)
INTEGRATION: CWS ooo11rc (1.3.2); FILE MERGED
2003/06/24 15:29:31 vq 1.3.2.1: #i15957# Shell buildin 'which' sometimes returns an error
Diffstat (limited to 'boost')
-rw-r--r--boost/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index 36dff9ed0c65..41a8d601d1c9 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2003-06-04 10:38:56 $
+# last change: $Author: vg $ $Date: 2003-07-02 15:23:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,11 +87,11 @@ BUILD_FLAGS=
.IF "$(GUI)"=="UNX"
.IF "$(COMNAME)"=="sunpro5"
-.IF "$(BUILD_TOOLS)$/cc"=="$(shell +which cc)"
+.IF "$(BUILD_TOOLS)$/cc"=="$(shell +-which cc)"
CC:=$(COMPATH)$/bin$/cc
CXX:=$(COMPATH)$/bin$/CC
.ENDIF # "$(COMNAME)"=="sunpro5"
-.ENDIF # "$(BUILD_TOOLS)$/cc"=="$(shell +which cc)"
+.ENDIF # "$(BUILD_TOOLS)$/cc"=="$(shell +-which cc)"
.ENDIF
# --- Targets ------------------------------------------------------