diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk index 004b16fa5c49..eb33f41e9995 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # # This file is part of OpenOffice.org. # @@ -148,7 +148,7 @@ CFLAGS+=-DSAL_ENABLE_CRASH_REPORT .INCLUDE : target.mk -.IF "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS" +.IF "$(OS)$(CPU)"=="SOLARISU" || "$(OS)$(CPU)"=="SOLARISS" || "$(OS)$(CPU)"=="NETBSDS" || "$(OS)$(CPU)"=="LINUXS" $(SLO)$/interlck.obj: $(SLO)$/interlck.o touch $(SLO)$/interlck.obj |