2003-04-26 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 28 Apr 2003 10:34:34 +0000 (10:34 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 28 Apr 2003 10:34:34 +0000 (10:34 +0000)
* Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds.

nptl/Makefile

index 4de004a..5a91ff8 100644 (file)
@@ -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)