This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .DEFAULT: rule


>>>>> "Andrew" == Andrew Cagney <cagney@redhat.com> writes:

Andrew> Automake's generated dependencies cause a build to fail when a file is
Andrew> removed.  This occures because the generated .Po file retains
Andrew> references to the removed files and make aborts the build with file
Andrew> not found.

The dependency file ought to contain dummy targets for all the headers.
See the automake dependency tracking white paper (well, used to be a
white paper, now moved into the manual)

http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution

If you aren't seeing these dummy targets, something is wrong.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]