(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:
Roland McGrath 1994-04-21 01:39:36 +00:00
parent b86e35d2a6
commit eb08818828

1
read.c
View file

@ -331,7 +331,6 @@ read_makefile (filename, flags)
deps->file->dontcare = 1; deps->file->dontcare = 1;
} }
filename = deps->file->name; filename = deps->file->name;
deps->file->precious = 1;
deps->changed = flags; deps->changed = flags;
deps = 0; deps = 0;