diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-14 22:29:30 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-14 22:29:30 +0000 |
commit | c392c19335891fddcb446e63cbe6aa43b4f4b3a2 (patch) | |
tree | 66e404c5960982bf12ea81ee50ac6b545301e976 /file.c | |
parent | 4972b017b63f3ce324bfa65a1b46a2a173baf463 (diff) | |
download | gunmake-c392c19335891fddcb446e63cbe6aa43b4f4b3a2.tar.gz |
* More fixes for configuring gettext correctly.
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ remove_intermediates (sig) /* If nothing would have created this file yet, don't print an "rm" command for it. */ continue; - else if (just_print_flag) + if (just_print_flag) status = 0; else { |