From: Ulrich Drepper Date: Fri, 10 Aug 2001 00:14:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b643faffc5f43402854fdfc2bdd807ce719bbfb;p=thirdparty%2Fglibc.git Update. * dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so. --- diff --git a/ChangeLog b/ChangeLog index 3554d0f8502..8332eabf2a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-09 Ulrich Drepper + * dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for + ld.so. + * time/tst-strptime.c: Add tests in different locales. * time/Makefile (tst-strptime-ENV): Define. diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 46ba661f540..f359f56d826 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