mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
(read_makefile): Don't mark makefiles as precious. Just like other
targets, they can be left inconsistent and in need of remaking by aborted commands.
This commit is contained in:
parent
b86e35d2a6
commit
eb08818828
1 changed files with 0 additions and 1 deletions
1
read.c
1
read.c
|
@ -331,7 +331,6 @@ read_makefile (filename, flags)
|
|||
deps->file->dontcare = 1;
|
||||
}
|
||||
filename = deps->file->name;
|
||||
deps->file->precious = 1;
|
||||
deps->changed = flags;
|
||||
deps = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue