Date: Mon, 5 Jun 2000 08:03:53 +0530 (IST) Message-Id: <200006050233.IAA08853@bgl2.vsnl.net.in> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <8heuik$1lc$1@nnrp1.deja.com> (sillybog@hotmail.com) Subject: Re: Make Problems References: <8heuik$1lc$1 AT nnrp1 DOT deja DOT com> 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 > i recently downloaded GNU Make 3.79 and have encountered > some erratic behavior with it. > > When i invoke it from certain directories it won't > detect my makefile. > > e.g. > when i execute make.exe file in c:\dev\proj i get this message: > > make.exe: *** No targets specified and no makefile found. Stop. DJGPP utilties treat /dev as a special directory, so you shouldn't put anything in /dev or any of its subdirectories. Ex: /dev/env/DJDIR is the environment variable DJDIR. So, if you make a directories like this, you won't get what you expect.