Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-01-27 20:01:08 -0800 (Thu, 27 Jan 2005)
Revision: 769
Log message:

      Lm_glob.glob returns answers that could be relative to the directory that
      is given to in as an argument, and glob does not care about the actual cwd.
      For some reason the code in omake_builtin_file expected the answers to be
      relative to the cwd (i.e. the root of the project), leading to weird results.
      

Changes  Path
+4 -0 libmojave/util/lm_glob.mli
+7 -4 omake/src/build/omake_builtin_file.ml