summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-10-27 06:02:43 +0000
committerRoland McGrath <roland@redhat.com>1994-10-27 06:02:43 +0000
commit857d7ad256d377078fb218ca8eef6d756ad52294 (patch)
tree7cbcd0c67ea34dd16653b1d7097e008e4d01c79e /file.c
parent612a29e0dd1eae700009f62448376328d2a8b374 (diff)
downloadgunmake-857d7ad256d377078fb218ca8eef6d756ad52294.tar.gz
(snap_deps): Set COMMANDS_SILENT for .SILENT, not COMMANDS_NOERROR.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 748ec73..c83d291 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");