summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2001-09-09 10:13:12 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2001-09-09 10:13:12 +0000
commit3fc1c1a17cbf4e1a081f3544b84998967b5013cd (patch)
tree9fc99bc777ecfc82ee3b16678c71957976b7405d /tools/Makefile
parent83d1bf3ffbc7c9d107a3d3b9a1bb5cfe3c126487 (diff)
ocamlmklib resilience en cas d'echec de la liaison dynamique (PR#517) + traitement de -rpath/-R
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3742 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 34f2d1501..d4248a7b7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -79,6 +79,7 @@ ocamlmklib: ocamlmklib.tpl ../config/Makefile
sed -e "s|%%BINDIR%%|$(BINDIR)|" \
-e "s|%%SUPPORTS_SHARED_LIBRARIES%%|$(SUPPORTS_SHARED_LIBRARIES)|" \
-e "s|%%MKSHAREDLIB%%|$(MKSHAREDLIB)|" \
+ -e "s|%%SHAREDLDTYPE%%|$(SHAREDLDTYPE)|" \
-e "s|%%RANLIB%%|$(RANLIB)|" \
ocamlmklib.tpl > ocamlmklib
chmod +x ocamlmklib