public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andreas Schwab <schwab@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] stdio-common: Add missing dependencies (bug 29780)
Date: Mon, 21 Nov 2022 16:38:15 +0000 (GMT)	[thread overview]
Message-ID: <20221121163815.88A5E38518A1@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a46956e65d037358161e7512a9f0fd408ea1333a

commit a46956e65d037358161e7512a9f0fd408ea1333a
Author: Andreas Schwab <schwab@suse.de>
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 := \

                 reply	other threads:[~2022-11-21 16:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221121163815.88A5E38518A1@sourceware.org \
    --to=schwab@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).