summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-06-14 05:26:28 +0000
committerPaul Smith <psmith@gnu.org>1999-06-14 05:26:28 +0000
commit187787286d9bc2f41696090917f47d9935651ddf (patch)
treece669419e8b2442a20e001ef3ec32090e07c3812 /commands.c
parentfc0fe4103ac983d88b83dad0daf97664ffa8e04b (diff)
downloadgunmake-187787286d9bc2f41696090917f47d9935651ddf.tar.gz
* Various bug fixes.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 58107ef..dd7b1be 100644
--- a/commands.c
+++ b/commands.c
@@ -380,7 +380,7 @@ fatal_error_signal (sig)
return;
}
remove_intermediates (1);
- exit (1);
+ exit (EXIT_FAILURE);
#else /* not __MSDOS__ */
#ifdef _AMIGA
remove_intermediates (1);