From 9b014809fae75a2019975ff61d13eb66249e3491 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 30 May 2000 20:37:26 +0000 Subject: Update. * locale/Versions [libc] (GLIBC_2.2): Add localeconv. * locale/localeconv.c: Make function versioned (with same definition). --- elf/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'elf/Makefile') diff --git a/elf/Makefile b/elf/Makefile index ef4ee31aa7..23989200ce 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -88,8 +88,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ testobj1_1 failobj constload2 constload3 \ dep1 dep2 dep3 dep4 $(modules-vis-$(have-protected)) modules-vis-yes = vismod1 vismod2 vismod3 -modules-names := $(strip $(module-names)) -extra-objs += $(modules-names:=.os) +extra-objs += $(addsuffix .os,$(strip $(modules-names))) include ../Rules @@ -213,8 +212,8 @@ $(objpfx)sprof: $(libdl) $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o) -test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) -generated += $(addsuffix .so,$(modules-names)) +test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names)))) +generated += $(addsuffix .so,$(strip $(modules-names))) $(objpfx)testobj1.so: $(libdl) $(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl) -- cgit 1.4.1