https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55821
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-10-08 CC| |fxcoudert at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> --- Would this work? Gerald, can you try it? Index: Makefile.am =================================================================== --- Makefile.am (revision 215645) +++ Makefile.am (working copy) @@ -158,6 +158,8 @@ libquadmath.info: $(STAMP_BUILD_INFO) # the relative path from the current `Makefile.am' to `texinfo.tex'. TEXINFO_TEX = ../gcc/doc/include/texinfo.tex +if BUILD_LIBQUADMATH + # Defines info, dvi, pdf and html targets MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include info_TEXINFOS = libquadmath.texi @@ -165,3 +167,5 @@ libquadmath_TEXINFOS = libquadmath-vers. libquadmath-vers.texi: echo "@set BUGURL $(REPORT_BUGS_TEXI)" > $@ + +endif BUILD_LIBQUADMATH