This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Makefile dependency
>>>>> "Ralf" == Ralf Corsepius <corsepiu@faw.uni-ulm.de> writes:
Ralf> => automake-1.7's AM_MAINTAINER_MODE deactivates regeneration of
Ralf> Makefile's.
Ralf> I am inclined to interpret this as a bug and/or regression from earlier
Ralf> versions of automake.
I agree. The rule for maintainer mode was that it would deactivate
rules for which you needed special maintainer tools. Rebuilding
Makefile doesn't fit this category -- all you need is config.status,
which you've got.
Tom