ENH: Skip 'SHELL = /bin/sh' in Makefiles on VMS

This shell does not exist on VMS, so we leave it out.
This commit is contained in:
Brad King 2009-06-10 13:03:37 -04:00
parent 516add4d58
commit c8795101a4
1 changed files with 2 additions and 0 deletions

View File

@ -676,10 +676,12 @@ cmLocalUnixMakefileGenerator3
}
else
{
#if !defined(__VMS)
makefileStream
<< "# The shell in which to execute make rules.\n"
<< "SHELL = /bin/sh\n"
<< "\n";
#endif
}
std::string cmakecommand =