mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(lib): Use object-suffixes-for-libc instead of object-suffixes.
This commit is contained in:
parent
82f8f0017f
commit
8bf0c33a00
@ -190,7 +190,7 @@ $(glibc-targets):
|
||||
# Create stamp files if they don't exist, so the parent makefile's rules for
|
||||
# updating the library archives are happy with us, and never think we have
|
||||
# changed the library.
|
||||
lib: $(foreach o,$(object-suffixes),$(objpfx)stamp$o-$(subdir))
|
||||
lib: $(foreach o,$(object-suffixes-for-libc),$(objpfx)stamp$o-$(subdir))
|
||||
stubs: $(common-objpfx)stub-manual
|
||||
$(common-objpfx)stub-manual ../po/manual.pot $(objpfx)stamp%-$(subdir):
|
||||
$(make-target-directory)
|
||||
|
Loading…
x
Reference in New Issue
Block a user