about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-30 20:07:32 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-30 20:07:32 +0000
commitae28849710ef53d1f377260e494e2618c393bfc6 (patch)
tree78eaf6ed55e24672e3660e11c9194385f66c3555 /elf/Makefile
parente82a0295170ae512560b099cb4533f5a4b9cf57c (diff)
downloadglibc-ae28849710ef53d1f377260e494e2618c393bfc6.tar.gz
glibc-ae28849710ef53d1f377260e494e2618c393bfc6.tar.xz
glibc-ae28849710ef53d1f377260e494e2618c393bfc6.zip
(modules-names): Strip before using it.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index fd3faef0a7..ef4ee31aa7 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -88,6 +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)
 
 include ../Rules