diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-16 16:21:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-16 16:21:01 +0000 |
commit | da71e85cc7c7b56043ec4b3cc6b980ce70464f05 (patch) | |
tree | 2a1451a5642dbd5eaadf5ccd24991be37e1c58ee /sal/osl/unx | |
parent | d53f44d973a966b42daaf4eb9c91773101dfbf23 (diff) |
INTEGRATION: CWS ooo11rc2 (1.22.18); FILE MERGED
2003/07/09 09:57:49 mh 1.22.18.1: add: FreeBSD patches contributed by Maho, #i16222#
Diffstat (limited to 'sal/osl/unx')
-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 0e387eac26e6..0679a626f1b7 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: rt $ $Date: 2003-06-12 10:54:12 $ +# last change: $Author: hr $ $Date: 2003-07-16 17:21:01 $ # # 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)"=="SOLARIS" +.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" SLOFILES += $(SLO)$/backtrace.obj OBJFILES += $(OBJ)$/backtrace.obj .ENDIF |