mirror of git://sourceware.org/git/glibc.git
stdio-common: Add missing dependencies (bug 29780)
Handle all object suffixes for dependencies of errlist-data and siglist objects.
This commit is contained in:
parent
59aa41585f
commit
a46956e65d
|
@ -272,7 +272,8 @@ ifndef no_deps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(objpfx)errlist-data.os: $(objpfx)errlist-data-aux-shared.S
|
$(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
|
$(objpfx)siglist-aux-shared.S: siglist-gen.c
|
||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
|
@ -287,7 +288,8 @@ ifndef no_deps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(objpfx)siglist.os: $(objpfx)siglist-aux-shared.S
|
$(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)
|
ifeq ($(run-built-tests),yes)
|
||||||
LOCALES := \
|
LOCALES := \
|
||||||
|
|
Loading…
Reference in New Issue