diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-06-12 09:54:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-06-12 09:54:12 +0000 |
commit | de82da94232100babb00e69efcdf830f9e5a100d (patch) | |
tree | cfbca1b7958cb663778269a956c472a49e4740ea /sal/osl/unx/makefile.mk | |
parent | 29226daf301fa3d4b420b9e1c51449edc36edde1 (diff) |
INTEGRATION: CWS crashrepooo01 (1.21.4); FILE MERGED
2003/06/02 10:38:14 hro 1.21.4.1: #i15198# Enabled stacktrace and crashdump support for Solaris X86
Diffstat (limited to 'sal/osl/unx/makefile.mk')
-rw-r--r-- | sal/osl/unx/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk index 6488e0f8d..0e387eac2 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: vg $ $Date: 2003-05-28 15:55:53 $ +# last change: $Author: rt $ $Date: 2003-06-12 10:54:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,7 @@ OBJFILES= $(OBJ)$/conditn.obj \ $(OBJ)$/file_stat.obj #.ENDIF -.IF "$(OS)$(CPU)"=="SOLARISS" +.IF "$(OS)"=="SOLARIS" SLOFILES += $(SLO)$/backtrace.obj OBJFILES += $(OBJ)$/backtrace.obj .ENDIF |