Date: Sun, 25 Jun 1995 19:55:26 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu, jont AT harlequin DOT co DOT uk Subject: Re: GNU make and shells problem > I'm trying to use a shell different from cmd.exe within gnu make on > NT. I should be able to add a line to the Makefile like > SHELL = sh The current version of Make ported to DJGPP doesn't support SHELL. Whenever it sees SHELL statement, it calls COMMAND.COM. If you need calling another shell, get the Gnuish Make (in the SimTel/vendors/gnu/gnuish directory on SimTel mirrors).