Print this page
make: unifdef for NSE (undefined)

*** 165,177 **** /* only print entries that are actually derived and are not leaf * files and are not the result of sccs get. */ if (should_print_dep(line)) { - #ifdef NSE - nse_check_no_deps_no_rule(target, line, line); - #endif if ((report_dependencies_level == 2) || (report_dependencies_level == 4)) { if (is_out_of_date(line)) { (void) printf("1 "); } else { --- 165,174 ----