diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-08-27 12:41:04 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-08-27 12:41:04 +0000 |
commit | 336fde4f01424ed9d28981c3a822bb424fe52b22 (patch) | |
tree | 50722e72dce2bc27a103924bddaca0c26be2700e /openssl/makefile.mk | |
parent | 6e35ec5606f03fa02bd83b4b9fe6f9381824030d (diff) |
INTEGRATION: CWS sb91 (1.25.6); FILE MERGED
2008/07/11 08:25:45 sb 1.25.6.1: #i91567# adapt to unxsolu4
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 0ef07a5..db156b1 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # # This file is part of OpenOffice.org. # @@ -94,7 +94,7 @@ OUT2INC += include/openssl/* .ENDIF .ELSE # Solaris SPARC - .IF "$(USE_64)" == "1" + .IF "$(CPU)" == "U" CONFIGURE_ACTION=Configure solaris64-sparcv9-cc .ENDIF .ENDIF |