re PR libquadmath/55821 (Release tarballs (unconditionally) install libquadmath.info when libquadmath is not supported)
PR libquadmath/55821 * Makefile.am: Unconditionally define libquadmath_TEXINFOS. * Makefile.in: Regenerate. From-SVN: r216503
This commit is contained in:
parent
8e6ef85286
commit
0f01f7406b
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-10-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR libquadmath/55821
|
||||
* Makefile.am: Unconditionally define libquadmath_TEXINFOS.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2014-10-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR libquadmath/55821
|
||||
|
|
|
@ -163,11 +163,11 @@ MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
|
|||
|
||||
if BUILD_LIBQUADMATH
|
||||
info_TEXINFOS = libquadmath.texi
|
||||
libquadmath_TEXINFOS = libquadmath-vers.texi
|
||||
else
|
||||
info_TEXINFOS =
|
||||
libquadmath_TEXINFOS =
|
||||
endif
|
||||
|
||||
libquadmath_TEXINFOS = libquadmath-vers.texi
|
||||
|
||||
libquadmath-vers.texi:
|
||||
echo "@set BUGURL $(REPORT_BUGS_TEXI)" > $@
|
||||
|
|
|
@ -420,8 +420,7 @@ TEXINFO_TEX = ../gcc/doc/include/texinfo.tex
|
|||
MAKEINFOFLAGS = -I $(srcdir)/../gcc/doc/include
|
||||
@BUILD_LIBQUADMATH_FALSE@info_TEXINFOS =
|
||||
@BUILD_LIBQUADMATH_TRUE@info_TEXINFOS = libquadmath.texi
|
||||
@BUILD_LIBQUADMATH_FALSE@libquadmath_TEXINFOS =
|
||||
@BUILD_LIBQUADMATH_TRUE@libquadmath_TEXINFOS = libquadmath-vers.texi
|
||||
libquadmath_TEXINFOS = libquadmath-vers.texi
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue