Mail Archives: djgpp/2000/06/04/22:48:55
> 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.
- Raw text -