mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly main.c.~50~
This commit is contained in:
parent
8d6f98b83d
commit
50cd0d5a12
3
main.c
3
main.c
@ -577,6 +577,9 @@ main (argc, argv, envp)
|
||||
makelevel = 0;
|
||||
}
|
||||
|
||||
/* Always do -w in sub-makes and under -C. */
|
||||
print_directory_flag |= directories != 0 || makelevel > 0;
|
||||
|
||||
/* Construct the list of include directories to search. */
|
||||
|
||||
construct_include_path (include_directories == 0 ? (char **) 0
|
||||
|
Loading…
Reference in New Issue
Block a user