diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-10-21 08:59:17 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2014-10-21 08:59:17 +0000 |
commit | 0f01f7406b842ab8ebcffb2907889f67c1d3d94e (patch) | |
tree | 8c9ad3f4978797a09acc644e2872c84caf733ecc /libquadmath/Makefile.am | |
parent | 8e6ef852865d824395b89a21b782e52b99349f3c (diff) | |
download | gcc-0f01f7406b842ab8ebcffb2907889f67c1d3d94e.tar.gz |
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
Diffstat (limited to 'libquadmath/Makefile.am')
-rw-r--r-- | libquadmath/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/Makefile.am b/libquadmath/Makefile.am index dbf6a186f06..145fb38fc24 100644 --- a/libquadmath/Makefile.am +++ b/libquadmath/Makefile.am @@ -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)" > $@ |