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
>>> "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
>>> "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