diff options
author | 1998-04-09 17:40:07 +0000 | |
---|---|---|
committer | 1998-04-09 17:40:07 +0000 | |
commit | 8bf0c33a00d33f929ea3e91919c5fb8d83b31200 (patch) | |
tree | db0c7ede8f6ed57778760cbddd10f248a2b3f6e6 | |
parent | (iruserok): Remain setuid to the local user (diff) | |
download | glibc-8bf0c33a00d33f929ea3e91919c5fb8d83b31200.tar.gz glibc-8bf0c33a00d33f929ea3e91919c5fb8d83b31200.tar.bz2 glibc-8bf0c33a00d33f929ea3e91919c5fb8d83b31200.zip |
(lib): Use object-suffixes-for-libc instead of object-suffixes.
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 711cb29ba8..914589d5f8 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -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) |