From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2138) id 88A5E38518A1; Mon, 21 Nov 2022 16:38:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88A5E38518A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669048695; bh=DozkbcIrBKxFsKNmM2Dz2fFP1BQe/3cCAGwdBhRReiM=; h=From:To:Subject:Date:From; b=C29TPk1A1PrTZro38bKkGzsx7B13XXv+aZpQWF4WoXTQJEbnjZkfkREv/3UVvPbBF ORhT1zhtfEs8OiCTnO1JldlLxZrejNud8KOxkIyxm5Ht3pC1QztdvKk44WA9V2pnvC HE7h2RiVoO/Ft6axlM4Yxu6oZsao8jYb10zIsQfo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andreas Schwab To: glibc-cvs@sourceware.org Subject: [glibc] stdio-common: Add missing dependencies (bug 29780) X-Act-Checkin: glibc X-Git-Author: Andreas Schwab X-Git-Refname: refs/heads/master X-Git-Oldrev: 59aa41585f668b70b86a8e2617057da08f3291cc X-Git-Newrev: a46956e65d037358161e7512a9f0fd408ea1333a Message-Id: <20221121163815.88A5E38518A1@sourceware.org> Date: Mon, 21 Nov 2022 16:38:15 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a46956e65d037358161e7512a9f0fd408ea1333a commit a46956e65d037358161e7512a9f0fd408ea1333a Author: Andreas Schwab Date: Mon Nov 21 13:08:17 2022 +0100 stdio-common: Add missing dependencies (bug 29780) Handle all object suffixes for dependencies of errlist-data and siglist objects. Diff: --- 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 := \