summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-14 22:29:30 +0000
committerPaul Smith <psmith@gnu.org>2000-06-14 22:29:30 +0000
commitc392c19335891fddcb446e63cbe6aa43b4f4b3a2 (patch)
tree66e404c5960982bf12ea81ee50ac6b545301e976 /file.c
parent4972b017b63f3ce324bfa65a1b46a2a173baf463 (diff)
downloadgunmake-c392c19335891fddcb446e63cbe6aa43b4f4b3a2.tar.gz
* More fixes for configuring gettext correctly.
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 b583db9..d9e4c1b 100644
--- a/file.c
+++ b/file.c
@@ -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
{