diff options
author | Roland McGrath <roland@redhat.com> | 1994-10-16 03:39:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-10-16 03:39:35 +0000 |
commit | 3f8bde0f2574a7f8ec8390114ecaee654ecce4d3 (patch) | |
tree | 2d5120c3f0612f3d8ca31405a9c6f631cd400fcc /main.c | |
parent | 4308542cb1185b281bbf44b07cfea34558f9733c (diff) | |
download | gunmake-3f8bde0f2574a7f8ec8390114ecaee654ecce4d3.tar.gz |
(main): Add missing code in .IGNORE test.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -786,7 +786,7 @@ main (argc, argv, envp) define_makeflags (1, 0); f = lookup_file (".IGNORE"); - ignore_errors_flag + ignore_errors_flag |= f != 0 && f->is_target; f = lookup_file (".SILENT"); silent_flag |= f != 0 && f->is_target; |