2003-04-26 Roland McGrath <roland@redhat.com>

* Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds.
This commit is contained in:
Roland McGrath 2003-04-28 10:34:34 +00:00
parent 12c8051397
commit 5fadaa045c
1 changed files with 1 additions and 1 deletions

View 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)