]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(install-lib): Use object-suffixes-for-libc instead of object-suffixes.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:40:21 +0000 (17:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:40:21 +0000 (17:40 +0000)
rpm/Makefile

index 22544506f690b8f6193234c20ed1a98f902e86cf..d8e01c4c9770c3776c78a454c9a584a97ef1b2bb 100644 (file)
@@ -42,7 +42,7 @@ install-lib += $(foreach lib,$(versioned),\
                         $(lib)$($(lib)-version) $(lib))
 
 # Add libc.a and libc_p.a.
-install-lib += $(foreach o,$(filter-out .so,$(object-suffixes)),\
+install-lib += $(foreach o,$(filter-out .so,$(object-suffixes-for-libc)),\
                         $(patsubst %,$(libtype$o),c))
 
 ifeq (yes,$(build-shared))