From patchwork Mon Nov 21 12:43:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 60924 X-Patchwork-Delegate: azanella@linux.vnet.ibm.com 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 F3A9B385454B for ; Mon, 21 Nov 2022 12:44:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3A9B385454B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669034665; bh=We8dCuJ3ggGaK5wWiJpxTeluSZG0HETGkPUjLFku1Rc=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=DziDGvdx0yDe7z8+WtXb+WPHsflQp1M707/ijq2y94A7ot6n4PC5Min8QiRTDYiFB 6tus3EkDrJ55tJSx11udzn/PoDQxHKRl2a6N3OtfbMx8rIAdG3DA98yDCxt9aui0Ba WbY0Kd+cf5OqJyJiyAJAV6ImiNFQP7LhUQtvy+ZA= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 5928A3854548 for ; Mon, 21 Nov 2022 12:44:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5928A3854548 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 97E2621CF4 for ; Mon, 21 Nov 2022 12:44:02 +0000 (UTC) Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 9323C2C146 for ; Mon, 21 Nov 2022 12:44:02 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id BF9EF44039C; Mon, 21 Nov 2022 13:44:00 +0100 (CET) To: libc-alpha@sourceware.org Subject: [PATCH] stdio-common: Add missing dependencies (bug 29780) X-Yow: C'MON, everybody!! I've flown in LESLIE GORE and two dozen KOSHER BUTCHERS! They'll be doing intricate MILITARY MANEUVERS to the soundtrack from "OKLAHOMA"!! Date: Mon, 21 Nov 2022 13:43:59 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, 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: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Andreas Schwab via Libc-alpha From: Andreas Schwab Reply-To: Andreas Schwab Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Handle all object suffixes for dependencies of errlist-data and siglist objects. Reviewed-by: Florian Weimer --- stdio-common/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 401dac69de..fe57dbdf56 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -272,7 +272,8 @@ ifndef no_deps endif $(objpfx)errlist-data.os: $(objpfx)errlist-data-aux-shared.S -$(objpfx)errlist-data.o: $(objpfx)errlist-data-aux.S +$(addprefix $(objpfx)errlist-data, $(object-suffixes-noshared)): \ + $(objpfx)errlist-data-aux.S $(objpfx)siglist-aux-shared.S: siglist-gen.c $(make-target-directory) @@ -287,7 +288,8 @@ ifndef no_deps endif $(objpfx)siglist.os: $(objpfx)siglist-aux-shared.S -$(objpfx)siglist.o: $(objpfx)siglist-aux.S +$(addprefix $(objpfx)siglist, $(object-suffixes-noshared)): \ + $(objpfx)siglist-aux.S ifeq ($(run-built-tests),yes) LOCALES := \