diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-06-17 14:31:15 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-06-17 14:31:15 +0000 |
commit | 1abc8c4c26edbd2720f491c8af1cdce5a48a23fb (patch) | |
tree | d56e9ae79c691ebdbe175ffbfa21dc49894d8cff /icu | |
parent | ec9616f06c028db74c94db5b115a67ae527ac7d3 (diff) |
#100000# fix buildprobs with old 4nt shells
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 3fda20ba81a1..c1b053db177f 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2003-06-12 10:33:09 $ +# last change: $Author: hjs $ $Date: 2003-06-17 15:31:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,10 +85,10 @@ ADDITIONAL_FILES=source$/data$/brkitr$/edit_word.txt \ .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 # "$(BUILD_TOOLS)$/cc"=="$(shell which cc)" +.ENDIF # "$(BUILD_TOOLS)$/cc"=="$(shell +-which cc)" .ENDIF # "$(COMNAME)"=="sunpro5" CONFIGURE_DIR=source |