aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorpboutill2011-09-02 15:59:17 +0000
committerpboutill2011-09-02 15:59:17 +0000
commit95e60e7769f8fcf25e44774b78a4be17b7e4fb3c (patch)
tree6ca18a2570590e66e2b933be8a127aea1714dd9d /ide
parentb405a4ef9efa01eeb2c0709233cb21223a910f65 (diff)
Coq_makefile: bugfix in install rule
Files in a -I path are now installed in every root directory of -R pathes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14445 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/project_file.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/project_file.ml4 b/ide/project_file.ml4
index d543961503..dbfa16e595 100644
--- a/ide/project_file.ml4
+++ b/ide/project_file.ml4
@@ -61,7 +61,7 @@ let rec process_cmd_line orig_dir ((project_file,makefile,install,opt) as opts)
| ("-I"|"-custom") :: _ ->
raise Parsing_error
| "-f" :: file :: r ->
- let file = Minilib.correct_path file orig_dir in
+ let file = Minilib.remove_path_dot (Minilib.correct_path file orig_dir) in
let () = match project_file with
| None -> ()
| Some _ -> Minilib.safe_prerr_endline