diff options
-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 |