From e2a8e020542e32b51ff5951d40bed3dad68c903d Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 8 Apr 2009 23:23:57 +0000 Subject: ocamlbuild: right symlink for csdpcert git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12074 85f007b7-540e-0410-9357-904b9bb8a0f7 --- myocamlbuild.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 961e850586..f8d5d06815 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -201,7 +201,7 @@ let rec make_bin_links = function if opt then ln_sf (obd^".native") (bd^".opt"); ln_sf (b^best_ext) bd | Best -> ln_sf (obd^best_oext) bd - | BestInPlace -> ln_sf (b^best_oext) ob + | BestInPlace -> ln_sf (b^best_oext) (!_build^"/"^ob) let incl f = Ocaml_utils.ocaml_include_flags f -- cgit v1.2.3