diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 09:25:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 09:25:59 +0000 |
commit | aed48a2a23c7aaf5d363206fcf3ba8961f90ce83 (patch) | |
tree | f7dbd35574751ccd9b68d104a408888d468d0e7e /nptl/Makefile | |
parent | 809e3018b3604c524e933643c3a06864978dfc53 (diff) | |
download | glibc-aed48a2a23c7aaf5d363206fcf3ba8961f90ce83.tar.gz glibc-aed48a2a23c7aaf5d363206fcf3ba8961f90ce83.tar.xz glibc-aed48a2a23c7aaf5d363206fcf3ba8961f90ce83.zip |
2005-10-16 Daniel Jacobowitz <dan@codesourcery.com>
Roland McGrath <roland@redhat.com> * Makerules [module-names] (extra-modules-build): New variable. ($(extra-modules-build:%=$(objpfx)%.so)): New static pattern rule. Depend on libc.so and libc_nonshared.a. * dlfcn/Makefile ($(test-modules)): Remove static pattern rule. * elf/Makefile (modules-names-nobuild): New variable, add filtmod1. ($(test-modules)): Remove static pattern rule.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index e3c16dd7c6..7602c50c4d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -295,9 +295,6 @@ tst-tls5modd.so-no-z-defs = yes tst-tls5mode.so-no-z-defs = yes tst-tls5modf.so-no-z-defs = yes -$(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds - $(build-module) - ifeq ($(build-shared),yes) # Build all the modules even when not actually running test programs. tests: $(test-modules) |