diff options
-rw-r--r-- | shell/source/backends/gconfbe/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index eabc3db23f49..1330d71f0816 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.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2004-11-18 08:50:29 $ +# last change: $Author: kz $ $Date: 2005-01-21 11:41:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,11 +91,6 @@ PKGCONFIG_MODULES=gconf-2.0 LINKFLAGS+=-z nodefs .ENDIF # "$(OS)" == "SOLARIS" -# Disable lazy binding of symbols -.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS" -LINKFLAGS+=-z now -.ENDIF - .IF "$(OS)" == "LINUX" # hack for faked SO environment CFLAGS+=-gdwarf-2 |