aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdep_common.ml
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-01-12 09:40:58 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-01-12 09:40:58 +0100
commit9aa4b2991d79697b3ad89d70d7af88628bdd46da (patch)
tree4e84c72f968efd8fce93c9e7ab8d31d8d3249af3 /tools/coqdep_common.ml
parent229dd629d2425750ec4e4ea5598804745979b6d2 (diff)
Fixing typo in previous commit.
Diffstat (limited to 'tools/coqdep_common.ml')
-rw-r--r--tools/coqdep_common.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep_common.ml b/tools/coqdep_common.ml
index fa6a0daeb..62cfc374a 100644
--- a/tools/coqdep_common.ml
+++ b/tools/coqdep_common.ml
@@ -443,7 +443,7 @@ let add_caml_known phys_dir _ f =
let basename,suff =
get_extension f [".ml";".mli";".ml4";".mllib";".mlpack"] in
match suff with
- | ".ml"|".ml4" -> add_ml_known f (Some phys_dir) suff
+ | ".ml"|".ml4" -> add_ml_known basename (Some phys_dir) suff
| ".mli" -> add_mli_known basename (Some phys_dir) suff
| ".mllib" -> add_mllib_known basename (Some phys_dir) suff
| ".mlpack" -> add_mlpack_known basename (Some phys_dir) suff