public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] stdio-common: Add missing dependencies (bug 29780)
@ 2022-11-21 16:38 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2022-11-21 16:38 UTC (permalink / raw)
  To: glibc-cvs

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 := \

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

only message in thread, other threads:[~2022-11-21 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 16:38 [glibc] stdio-common: Add missing dependencies (bug 29780) Andreas Schwab

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).