This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Fwd: [patch, libgomp, build] PR30546 build fail in libgomp when building from SVN because makeinfo is missing



I tried that a few days ago, but automake screwed it up, eventhough
info_TEXINFOS was conditionalized, INFO_DEPS = libgomp.info
in Makefile.in was unconditional and therefore it insisted to
regenerate the file anyway.

The bug is actually that all-am depends on $(INFO_DEPS) rather than info-am.


Paolo


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