diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:37:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:37:27 +0000 |
commit | 9b74e0115cbbccb55a6eae2e0daa4478e8469dc4 (patch) | |
tree | c4f0adce2e08c316cb944ebf5986ae5961138060 | |
parent | 6feb115261c073c177332a0cb3fa2ba4130a65c8 (diff) |
INTEGRATION: CWS ause02 (1.8.2.1.4); FILE MERGED
2003/03/25 12:51:28 hjs 1.8.2.1.4.1: #107500# make sure to have CC/CXX set in subshells
-rw-r--r-- | icu/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 45a6d8a94cec..ab78875da6a0 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2003-03-26 11:28:37 $ +# last change: $Author: vg $ $Date: 2003-04-01 13:37:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,8 +87,8 @@ ADDITIONAL_FILES=source$/data$/brkitr$/edit_word.txt \ .IF "$(COMNAME)"=="sunpro5" CC:=$(COMPATH)$/bin$/cc CXX:=$(COMPATH)$/bin$/CC -.EXPORT : CC CXX .ENDIF # "$(COMNAME)"=="sunpro5" +.EXPORT : CC CXX CONFIGURE_DIR=source |