Date: Thu, 5 Feb 1998 17:11:32 +0200 (IST) From: Eli Zaretskii To: Trond Erik Bones cc: djgpp AT delorie DOT com Subject: Re: Trouble with makefile ! In-Reply-To: <6bcc2r$qm4$1@pravda.tisip.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 5 Feb 1998, Trond Erik Bones wrote: > The makefile(attached) just cd's into every sub-dir and builds the stuff > thats there. > > I get the following error message : > > (cd laba_util ; make) > Bad command or filename 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.