* main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS

This commit is contained in:
Hartmut Becker 2014-09-01 00:29:19 +02:00 committed by Paul Smith
parent 98de32a681
commit 8e7a28a6a4

2
main.c
View file

@ -1951,7 +1951,7 @@ main (int argc, char **argv, char **envp)
undefine_default_variables ();
}
#if defined (__MSDOS__) || defined (__EMX__)
#if defined (__MSDOS__) || defined (__EMX__) || defined (VMS)
if (job_slots != 1
# ifdef __EMX__
&& _osmode != OS2_MODE /* turn off -j if we are in DOS mode */