From 8bf0c33a00d33f929ea3e91919c5fb8d83b31200 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 1998 17:40:07 +0000 Subject: [PATCH] (lib): Use object-suffixes-for-libc instead of object-suffixes. --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Makefile b/manual/Makefile index 711cb29ba8a..914589d5f8e 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) -- 2.47.2