diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-13 09:48:38 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-13 09:48:38 +0000 |
commit | c00be4273761af9f95775086399be7e9d5347975 (patch) | |
tree | a88b10f91073bc657602b26973e821582f653ca8 | |
parent | 555c7f80221e29f9bfbcd9d21ed0629f92b778c6 (diff) |
parse correctly -modern files
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2687 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | tools/ocamldep.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ocamldep.ml b/tools/ocamldep.ml index cb71aeca2..120ca7029 100644 --- a/tools/ocamldep.ml +++ b/tools/ocamldep.ml @@ -358,6 +358,7 @@ let file_dependencies source_file = let usage = "Usage: ocamldep [-I <dir>] <files>" let _ = + Clflags.classic := false; Arg.parse [ "-I", Arg.String(fun dir -> load_path := !load_path @ [dir]), "<dir> Add <dir> to the list of include directories" |