summaryrefslogtreecommitdiff
path: root/registry/tools/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/makefile.mk')
-rw-r--r--registry/tools/makefile.mk10
1 files changed, 2 insertions, 8 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index 56ab9483907e..c3c7a2e646c0 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: obo $ $Date: 2008-02-25 16:03:09 $
+# last change: $Author: vg $ $Date: 2008-03-18 12:38:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -42,12 +42,6 @@ LIBTARGET=NO
ENABLE_EXCEPTIONS := TRUE
-.IF "$(OS)" == "LINUX"
-LINKFLAGSRUNPATH = -Wl,-rpath,\''$$ORIGIN/../lib:$$ORIGIN'\'
-.ELIF "$(OS)" == "SOLARIS"
-LINKFLAGSRUNPATH = -R\''$$ORIGIN/../lib:$$ORIGIN'\'
-.ENDIF
-
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk