Formerly main.c.~60~

This commit is contained in:
Roland McGrath 1992-09-30 23:21:22 +00:00
parent b0cafff1bf
commit 313e5ec45d

5
main.c
View File

@ -590,8 +590,9 @@ main (argc, argv, envp)
makelevel = 0;
}
/* Always do -w in sub-makes and under -C. */
print_directory_flag |= directories != 0 || makelevel > 0;
/* Except under -s, always do -w in sub-makes and under -C. */
if (!silent_flag && (directories != 0 || makelevel > 0))
print_directory_flag = 1;
/* Construct the list of include directories to search. */