diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-01-15 13:03:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-01-15 13:03:42 +0000 |
commit | f4f70444d32a820d54d14424a1212e8bb215fcca (patch) | |
tree | f8c0d3ef6118fc2b87a6c0bd575a4b076fe9e342 /bridges | |
parent | a30d1de82888c6583afcb583ec6204b674c2a5e0 (diff) |
#65293# cant compile for linux & solaris-sparc
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk index 7016d6ce8e8c..ff56ab2d256d 100644 --- a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk +++ b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2001-01-08 16:56:03 $ +# last change: $Author: obo $ $Date: 2001-01-15 14:03:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,7 @@ NO_BSYMBOLIC=TRUE # --- Files -------------------------------------------------------- -#.IF "$(COM)$(CPU)" == "C50I" +.IF "$(COM)$(CPU)" == "C50I" || "$(COM)$(CPU)" == "C52I" CFLAGS += -O5 -xO5 @@ -101,7 +101,7 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) -#.ENDIF +.ENDIF .INCLUDE : target.mk |