> (I would guess that most of the people on the bug-make mailing list have > never worked with ocaml and therefore don't know what needs to be done to > build it.)
Yesterday I realised that one source source file needed a special handling in the mentioned subdirectory. > The snippet of Makefile you provided didn't include any rules for > building "commands.ml", so I don't understand why you expect make to build it. The suffix “ml” denotes a source file in this use case. I needed another moment to become really aware that this software module is a bit special. It seems that it is intended that it will be compiled without a corresponding interface description file (suffix “mli”). Regards, Markus _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
