public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3862] sphinx: add missing HAS_SPHINX_BUILD
@ 2022-11-09 19:34 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-09 19:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8f5aa130fa61637baec476119e72849f7e3f8c67

commit r13-3862-g8f5aa130fa61637baec476119e72849f7e3f8c67
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Nov 9 20:32:07 2022 +0100

    sphinx: add missing HAS_SPHINX_BUILD
    
    libgomp/ChangeLog:
    
            * Makefile.in: Add missing HAS_SPHINX_BUILD.
    
    libitm/ChangeLog:
    
            * Makefile.in: Add missing HAS_SPHINX_BUILD.
    
    libquadmath/ChangeLog:
    
            * Makefile.in: Add missing HAS_SPHINX_BUILD.

Diff:
---
 libgomp/Makefile.in     | 1 +
 libitm/Makefile.in      | 1 +
 libquadmath/Makefile.in | 1 +
 3 files changed, 3 insertions(+)

diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 0c016980c3d..814ccd13dc0 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -401,6 +401,7 @@ SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SPHINX_BUILD = @SPHINX_BUILD@
+HAS_SPHINX_BUILD = @HAS_SPHINX_BUILD@
 STRIP = @STRIP@
 VERSION = @VERSION@
 XCFLAGS = @XCFLAGS@
diff --git a/libitm/Makefile.in b/libitm/Makefile.in
index f51858db8c7..a07b9ebc6d0 100644
--- a/libitm/Makefile.in
+++ b/libitm/Makefile.in
@@ -347,6 +347,7 @@ SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SPHINX_BUILD = @SPHINX_BUILD@
+HAS_SPHINX_BUILD = @HAS_SPHINX_BUILD@
 STRIP = @STRIP@
 VERSION = @VERSION@
 XCFLAGS = @XCFLAGS@
diff --git a/libquadmath/Makefile.in b/libquadmath/Makefile.in
index 864ebc6048a..10e402ccd07 100644
--- a/libquadmath/Makefile.in
+++ b/libquadmath/Makefile.in
@@ -347,6 +347,7 @@ SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SPHINX_BUILD = @SPHINX_BUILD@
+HAS_SPHINX_BUILD = @HAS_SPHINX_BUILD@
 STRIP = @STRIP@
 VERSION = @VERSION@
 XCFLAGS = @XCFLAGS@

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-09 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 19:34 [gcc r13-3862] sphinx: add missing HAS_SPHINX_BUILD Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).