From: Roland McGrath Date: Mon, 28 Apr 2003 10:34:34 +0000 (+0000) Subject: 2003-04-26 Roland McGrath X-Git-Tag: upstream/2.30~19346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fadaa045c5bd25167099e55976d8040156d6e8b;p=external%2Fglibc.git 2003-04-26 Roland McGrath * Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds. --- diff --git a/nptl/Makefile b/nptl/Makefile index 4de004a..5a91ff8 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)