Automatic dependency tracker vanished - why?

2003-02-09 Thread Markus Werle
Hi! Again the beginner gets surprised: Automake used to be fine in dependency tracking: changing any source file made make to recompile the files, since directory .deps contained the correct information. Now - after some changes in Makefile.am I find that the files in .deps only contain the line

Re: Automatic dependency tracker vanished - why?

2003-02-09 Thread Alexandre Duret-Lutz
>>> "Markus" == Markus Werle <[EMAIL PROTECTED]> writes: [...] Markus> that the files in .deps only contain the line Markus> # dummy Markus> Why? You have run ./configure, but haven't run make yet. Dependencies are updated as a side-effect of the compilation. Markus> What went wrong? Not

Re: CVS, bootstrapping and DJGPP

2003-02-09 Thread Alexandre Duret-Lutz
>>> "Richard" == Richard Dawe <[EMAIL PROTECTED]> writes: [...] Richard> I found the problem. It was due to $SHELL (in the Richard> environment) not being set to bash. Is this something we should set in Automake? For instance $ENV{'SHELL'} = '@SHELL@' where @SHELL@ is the shell computed by