From 5b643faffc5f43402854fdfc2bdd807ce719bbfb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 10 Aug 2001 00:14:35 +0000 Subject: Update. * dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so. --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 46ba661f54..f359f56d82 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -47,7 +47,7 @@ ifeq (yesyesyes,$(build-static)$(build-shared)$(elf)) tests += tststatic tests-static += tststatic modules-names += modstatic -tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx) +tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf endif extra-objs += $(modules-names:=.os) eval.os -- cgit v1.2.3