summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-26 23:45:32 +0000
committerRoland McGrath <roland@redhat.com>1993-10-26 23:45:32 +0000
commit8cb881fa9e451d7b4402ec48398ba5c1f6b0b670 (patch)
tree740f0524b87dd1ffb4a205a443906d66a010f586 /remake.c
parent3aeb946943174a34239e6cc633be76c7085061da (diff)
downloadgunmake-8cb881fa9e451d7b4402ec48398ba5c1f6b0b670.tar.gz
Formerly remake.c.~51~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index b149328..6ceeeca 100644
--- a/remake.c
+++ b/remake.c
@@ -521,7 +521,7 @@ update_file_1 (file, depth)
must_make = 1;
DEBUGPR ("Target `%s' is double-colon and has no dependencies.\n");
}
- else if (file->is_target && !deps_changed && file->cmds == 0)
+ else if (!noexist && file->is_target && !deps_changed && file->cmds == 0)
{
must_make = 0;
DEBUGPR ("No commands for `%s' and no dependencies actually changed.\n");