From: Roland McGrath Date: Thu, 27 Oct 1994 06:02:43 +0000 (+0000) Subject: (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. X-Git-Tag: 3.71.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857d7ad256d377078fb218ca8eef6d756ad52294;p=thirdparty%2Fmake.git (snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR. --- diff --git a/file.c b/file.c index 748ec736..c83d2917 100644 --- 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");