[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile dependency
From: |
Tom Tromey |
Subject: |
Re: Makefile dependency |
Date: |
19 Nov 2003 00:18:19 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Ralf" == Ralf Corsepius <address@hidden> 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