Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-10-22 09:18:28 -0700 (Wed, 22 Oct 2003)
Revision: 235
Log message:

      Added a function $(squashed-dependencies ...) for files that we
      care just exist.
      

Changes  Path
+2 -2 omake/OMakeroot.install
+1 -1 omake/omake.spec
+9 -4 omake/src/build/omake_build.ml
+40 -37 omake/src/build/omake_builtin.ml
+16 -5 omake/src/ir/omake_cache.ml
+4 -0 omake/src/ir/omake_cache_type.ml
+138 -50 omake/src/ir/omake_node.ml
+22 -11 omake/src/ir/omake_node_sig.ml
+7 -1 omake/src/ir/omake_node_type.ml
+3 -1 omake/src/util/omake_marshal.ml