automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dependency of Makefile.in on Makefile.am is not aware


From: Ralf Wildenhues
Subject: Re: Dependency of Makefile.in on Makefile.am is not aware
Date: Fri, 4 Aug 2006 17:51:45 +0200
User-agent: Mutt/1.5.12-2006-07-14

Hello Tzu-Chien,

* Tzu-Chien Chiu wrote on Fri, Jul 28, 2006 at 07:49:38AM CEST:
> 
> I have a strange problem on cygwin. The Makefile generated by
> 'configure' doesn't detect the change of corresponding Makefile.am.
> I have to manually remove the corresponding Makefile.in to force it to
> be re-generated. I didn't enable the maintainer mode and neither
> have AM_MAINTAINER_MODE in configure.ac.
> 
> Examing generated Makefile I found the dependency of Makefile.in are
> commented out by #. Is it on purpose? Or I missing anything in
> configure.ac?

> $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)

The comment sign '#' is added by AM_MAINTAINER_MODE though, as Eric
already mentioned; maybe you had that in an earlier version of
configure.ac?  Rerunning aclocal, automake, and autoconf, followed by
'./configure --enable-maintainer-mode' should fix things.  Maybe some
third-party macro you use pulls in AM_MAINTAINER_MODE?

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]