Date: Wed, 5 Jul 2000 15:47:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Alexey Zakhlestine cc: djgpp AT delorie DOT com Subject: Re: pd-ksh In-Reply-To: <39632881.1878E59@mgupp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Jul 2000, Alexey Zakhlestine wrote: > EICs Makefile somehow tried using command.com instead of /bin/sh You need to put "SHELL = /bin/sh" somewhere in the Makefile, and then Make will Do The Right Thing.