Date: Tue, 27 Oct 1998 21:03:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: makefile probs In-Reply-To: <3634D56D.B8834474@clover.c2d.fedex.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 26 Oct 1998, Walter Moore wrote: > server: > -@if [ -r make.client ] ; \ > then \ > rm -f ${COMMON} make.client ; \ > else \ > true ; \ > fi This assumes a Unix-like shell. Put a line saying "SHELL=/bin/sh" near the beginning of the Makefile, install Bash, and it will work like a charm.