From 8cb881fa9e451d7b4402ec48398ba5c1f6b0b670 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Tue, 26 Oct 1993 23:45:32 +0000
Subject: [PATCH] Formerly remake.c.~51~

---
 remake.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/remake.c b/remake.c
index b149328e..6ceeeca9 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");