Skip to content
  • David Gobbi's avatar
    COMP: Fix Java dependencies wrt Hierarchy build. · 5f66e0fb
    David Gobbi authored
    The .java files were all trying to build up-front and were causing
    the Hierarchy files to build out of order.  Making them depend on
    their kit library seems to fix the problem (it is not a true
    dependency, but it helps to make things occur in the correct
    order).  Also, the header files are now direct dependencies
    of the hierarchy file that is created from them.
    5f66e0fb