summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
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");