diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-28 10:34:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-28 10:34:34 +0000 |
commit | 5fadaa045c5bd25167099e55976d8040156d6e8b (patch) | |
tree | 09681d77fd20a366c52796b703579ecac69d7dd2 /nptl/Makefile | |
parent | 12c8051397a08cb582c5ccf39a49dae676a20074 (diff) | |
download | glibc-5fadaa045c5bd25167099e55976d8040156d6e8b.tar glibc-5fadaa045c5bd25167099e55976d8040156d6e8b.tar.gz glibc-5fadaa045c5bd25167099e55976d8040156d6e8b.tar.bz2 glibc-5fadaa045c5bd25167099e55976d8040156d6e8b.zip |
2003-04-26 Roland McGrath <roland@redhat.com>
* Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 4de004a514..5a91ff8dfa 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -197,7 +197,7 @@ extra-objs += $(addsuffix .os,$(strip $(modules-names))) test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) -$(test-modules): $(objpfx)%.so: $(objpfx)%.os +$(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds $(build-module) ifeq ($(build-shared),yes) |