From patchwork Wed Nov 9 19:33:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60295 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B63383842AC0 for ; Wed, 9 Nov 2022 19:34:11 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 2941A3858C52 for ; Wed, 9 Nov 2022 19:33:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2941A3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 1641321A8A for ; Wed, 9 Nov 2022 19:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668022432; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7fggTaunnOKyQla3tydSMFGfvHLQ3Fbaqmk8nsU3Fz0=; b=VIwqhKtUzFKYolFDt9sgPSJ1qIouhQaI0Xi9TJZq12uIcVxzkPvjUYO9UKdE6hJYyjN22i L1SF3BYqV2CHgLRGDDfoQDxeJmj1S6TvGLnctf1oAapyG2AZYnvb9+rSl5ASvPXS6eotXQ WWxy/J1qAuJFEtPNywPiIwd3yru8rdY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668022432; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7fggTaunnOKyQla3tydSMFGfvHLQ3Fbaqmk8nsU3Fz0=; b=H2NqowtxqfDsQdnZ/hfcp5YMKNBf9Sy8co3EIkdvl7RTh9rB2UlyjNx8gA/Qb4BFws6BVS AzB+FXFEfaN1VzDQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 006F5139F1 for ; Wed, 9 Nov 2022 19:33:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id XWejOZ8AbGP+UAAAMHmgww (envelope-from ) for ; Wed, 09 Nov 2022 19:33:51 +0000 Message-ID: <97cc7812-2e50-7965-3cb1-31ce1f82ea70@suse.cz> Date: Wed, 9 Nov 2022 20:33:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH (pushed)] sphinx: add missing HAS_SPHINX_BUILD To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" 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. --- 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@