Browse thread
[Caml-list] Ocamldep too "gentle".
- David Brown
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2003-12-02 (16:27) |
From: | David Brown <caml-list@d...> |
Subject: | [Caml-list] Ocamldep too "gentle". |
I'm having a problem with ocamldep being too "gentle". I have a file units.ml that is generated with extract_crc. The problem is that ocamldep gets run at the beginning of the make, when units.ml doesn't yet exist. ocamldep doesn't output the dependency on units.cmo and units.cmx because it can't find the source file. I know that ocamldep doesn't have any way of knowing which directory the dependency is to be located in, so I'm really just looking for suggestions. Dave ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners