diff options
Diffstat (limited to 'solenv/inc/libs.mk')
-rw-r--r-- | solenv/inc/libs.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index e76d9f041c5c..4e563f811b07 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -2,9 +2,9 @@ # # $RCSfile: libs.mk,v $ # -# $Revision: 1.44 $ +# $Revision: 1.45 $ # -# last change: $Author: bustamam $ $Date: 2002-03-29 16:48:52 $ +# last change: $Author: hjs $ $Date: 2002-04-02 12:08:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,7 +60,7 @@ # #************************************************************************* -LIBSMKREV!:="$$Revision: 1.44 $$" +LIBSMKREV!:="$$Revision: 1.45 $$" .IF "$(COM)"=="WTC" LIBPRE=libr @@ -75,7 +75,7 @@ LIBPRE=libr ICUI18NLIB=-licui18n -licuuc -licule # Sparc, PowerPC platforms are big-endian otherwise assume little-endian. # should we put this in unx*.mk platform dependent files? -.IF "$(CPU)"=="S" || "$(GUI)"=="P" +.IF "$(CPU)"=="S" || "$(CPU)"=="P" ICUI18NLIB+=-licudt20b .ELSE ICUI18NLIB+=-licudt20l |