summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-04-21 01:39:36 +0000
committerRoland McGrath <roland@redhat.com>1994-04-21 01:39:36 +0000
commiteb088188289bfffeb3ef8dbaf6da6a76fe698c0a (patch)
treedd58999d2cb8387be0d9a8a10273593b0d36d85c /read.c
parentb86e35d2a61d09c02a0849b9935aefb694139eb0 (diff)
downloadgunmake-eb088188289bfffeb3ef8dbaf6da6a76fe698c0a.tar.gz
(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.
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read.c b/read.c
index e232d99..4b66c93 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;