mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 14:36:37 +00:00
* job.c [RISCOS]: Remove logic that is no longer required.
Signed-off-by: Paul Smith <psmith@gnu.org> Copyright-paperwork-exempt: yes
This commit is contained in:
parent
9efd477e98
commit
c6ac580785
1 changed files with 0 additions and 6 deletions
6
job.c
6
job.c
|
@ -73,12 +73,6 @@ char * vms_strsignal (int status);
|
|||
# define VMS_POSIX_EXIT_MASK (C_FACILITY_NO | 0xA000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined (__riscos__)
|
||||
|
||||
const char *default_shell = "";
|
||||
int batch_mode_shell = 0;
|
||||
|
||||
#else
|
||||
|
||||
const char *default_shell = "/bin/sh";
|
||||
|
|
Loading…
Reference in a new issue