Date: Thu, 5 Feb 1998 17:14:53 +0200 (IST) From: Eli Zaretskii To: Trond Erik Bones , djgpp AT delorie DOT com Subject: Re: Trouble with makefile ! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 5 Feb 1998, I wrote: > This syntax is only supported when a Unixy shell is installed. Download > and install the DJGPP port of Bash (v2gnu/bshNNNb.zip, where NNN is the > version), put a line which says "SHELL = /bin/bash" or "SHELL = /bin/sh" > at the beginning of your Makefile, and it will work. Another possibility would be to remove the parentheses, like this: cd laba_util ; make Then it will work even without installing Bash.