Skip to content
  • Yurii Batrak's avatar
    Makefiles: Drop 'requires' step and its supporting infrastructure · 7ab9a625
    Yurii Batrak authored and Brad King's avatar Brad King committed
    The 'requires' step was used to provide implicit dependencies between
    the generated Fortran module files and a Fortran target that needs these
    module files to ensure the correct compilation order.  After recent
    refactoring to resolve all dependencies explicitly through `.mod.stamp`
    make targets, the separate 'requires' step is not needed anymore.
    7ab9a625