From 358cad7c11db498d30cc756cd0881aee2e7270ff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 26 Apr 2003 23:38:49 +0000 Subject: * Makerules ($(common-objpfx)shlib.lds): New target. (common-generated): Add it. (build-shlib, build-module): Use that instead of generating every time. ($(common-objpfx)libc.so): Depend on it. (lib%.so rule): Likewise. (build-module-helper-objlist): Remove %.lds. * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on $(common-objpfx)shlib.lds. * dlfcn/Makefile ($(test-modules)): Likewise. --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 9115d30c2a..c3d7ecbfc7 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -62,7 +62,7 @@ include ../Rules LDFLAGS-dl.so = -Wl,-dynamic-linker,$(slibdir)/$(rtld-installed-name) 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) $(objpfx)glrefmain: $(libdl) -- cgit v1.2.3