(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.
authorRoland McGrath <roland@redhat.com>
Thu, 27 Oct 1994 06:02:43 +0000 (06:02 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 27 Oct 1994 06:02:43 +0000 (06:02 +0000)
file.c

diff --git a/file.c b/file.c
index 748ec7368d754226a93c4f12ffe4dae9bfa1c8dd..c83d291767e7e27ed301758205d392985bfa58f3 100644 (file)
--- a/file.c
+++ b/file.c
@@ -403,7 +403,7 @@ snap_deps ()
       else
        for (d = f->deps; d != 0; d = d->next)
          for (f2 = d->file; f2 != 0; f2 = f2->prev)
-           f2->command_flags |= COMMANDS_NOERROR;
+           f2->command_flags |= COMMANDS_SILENT;
     }
 
   f = lookup_file (".POSIX");