Skip to content
Snippets Groups Projects
  • rdubner's avatar
    1e3df4cc
    Made parse.y, cdf.y, and scan.l dependent on all .h files · 1e3df4cc
    rdubner authored
    Ordinary .cc files have their prerequisite .h files calculated and stored in
    build/gcc/cobol/.deps as part of the ordinary build.  But those three oddball
    source files only had a few .h files specified, and the ones specified were
    incomplete.  Rather than fuss with it, I just made them dependent on all
    libgcobol/*.h and gcc/cobol/*.h files.
    1e3df4cc
    History
    Made parse.y, cdf.y, and scan.l dependent on all .h files
    rdubner authored
    Ordinary .cc files have their prerequisite .h files calculated and stored in
    build/gcc/cobol/.deps as part of the ordinary build.  But those three oddball
    source files only had a few .h files specified, and the ones specified were
    incomplete.  Rather than fuss with it, I just made them dependent on all
    libgcobol/*.h and gcc/cobol/*.h files.