diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-10-21 10:51:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-10-21 10:51:41 +0000 |
commit | b92f6be01d5dedc9dc3d250ca999ea43d890fe2d (patch) | |
tree | b5754df5151aebc595f7d92c6423c8191cc88f68 /shell/source | |
parent | b08881b9b7737f4e57868d62897150d554764d82 (diff) |
#i10000# undo last change, therefore tempor. disabled in scp2
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/backends/gconfbe/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index fc19693081ed..27b889746684 100644 --- a/shell/source/backends/gconfbe/makefile.mk +++ b/shell/source/backends/gconfbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2004-10-19 14:55:27 $ +# last change: $Author: obo $ $Date: 2004-10-21 11:51:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,7 +90,7 @@ LINKFLAGS+=-z nodefs .ENDIF # "$(OS)" == "SOLARIS" # Disable lazy binding of symbols -.IF "$(OS)" == "LINUX" +.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" LINKFLAGS+=-z now .ENDIF |