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
commit7067d69664682588f00fd7173411c0d538e2ec4c (patch)
treece669419e8b2442a20e001ef3ec32090e07c3812 /commands.c
parent4e24de26a8b8ce079ac2c3f5bfb3216122c59724 (diff)
downloadmake-7067d69664682588f00fd7173411c0d538e2ec4c.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 58107efe..dd7b1bef 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);