From: Roland McGrath Date: Thu, 21 Apr 1994 01:39:36 +0000 (+0000) Subject: (read_makefile): Don't mark makefiles as precious. Just like other X-Git-Tag: 3.70.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb088188289bfffeb3ef8dbaf6da6a76fe698c0a;p=thirdparty%2Fmake.git (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. --- diff --git a/read.c b/read.c index e232d992..4b66c935 100644 --- a/read.c +++ b/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;