aboutsummaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-21 13:23:36 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-21 13:23:36 +0000
commit10b36b41d28d8f945471aa34699b5c0153da63d8 (patch)
tree80a7bfc8298b32149a18011732bb7c70d279c8b6 /elf
parentc7e6b2e74cbdff2551bff1c2bf5b67b1174ec831 (diff)
downloadglibc-10b36b41d28d8f945471aa34699b5c0153da63d8.zip
glibc-10b36b41d28d8f945471aa34699b5c0153da63d8.tar.gz
glibc-10b36b41d28d8f945471aa34699b5c0153da63d8.tar.bz2
Update.
* elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its own rule.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index df00ef2..75edf83 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -244,7 +244,8 @@ $(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
$(objpfx)dep4.so: $(objpfx)dep3.so
$(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
-$(test-modules): $(objpfx)%.so: $(objpfx)%.os
+# filtmod1.so has a special rule
+$(filter-out $(objpfx)filtmod1.so, $(test-modules)): $(objpfx)%.so: $(objpfx)%.os
$(build-module)
$(objpfx)loadtest: $(libdl)