aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/Makefile.am
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2014-10-21 08:59:17 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2014-10-21 08:59:17 +0000
commit0f01f7406b842ab8ebcffb2907889f67c1d3d94e (patch)
tree8c9ad3f4978797a09acc644e2872c84caf733ecc /libquadmath/Makefile.am
parent8e6ef852865d824395b89a21b782e52b99349f3c (diff)
downloadgcc-0f01f7406b842ab8ebcffb2907889f67c1d3d94e.zip
gcc-0f01f7406b842ab8ebcffb2907889f67c1d3d94e.tar.gz
gcc-0f01f7406b842ab8ebcffb2907889f67c1d3d94e.tar.bz2
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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/Makefile.am b/libquadmath/Makefile.am
index dbf6a18..145fb38 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)" > $@