(lib): Use object-suffixes-for-libc instead of object-suffixes.

This commit is contained in:
Ulrich Drepper 1998-04-09 17:40:07 +00:00
parent 82f8f0017f
commit 8bf0c33a00

View File

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