about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-28 10:34:34 +0000
committerRoland McGrath <roland@gnu.org>2003-04-28 10:34:34 +0000
commit5fadaa045c5bd25167099e55976d8040156d6e8b (patch)
tree09681d77fd20a366c52796b703579ecac69d7dd2 /nptl/Makefile
parent12c8051397a08cb582c5ccf39a49dae676a20074 (diff)
downloadglibc-5fadaa045c5bd25167099e55976d8040156d6e8b.tar.gz
glibc-5fadaa045c5bd25167099e55976d8040156d6e8b.tar.xz
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/Makefile2
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)