mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for ld.so.
This commit is contained in:
parent
68bd3326bf
commit
5b643faffc
@ -1,5 +1,8 @@
|
|||||||
2001-08-09 Ulrich Drepper <drepper@redhat.com>
|
2001-08-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for
|
||||||
|
ld.so.
|
||||||
|
|
||||||
* time/tst-strptime.c: Add tests in different locales.
|
* time/tst-strptime.c: Add tests in different locales.
|
||||||
* time/Makefile (tst-strptime-ENV): Define.
|
* time/Makefile (tst-strptime-ENV): Define.
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
|
|||||||
tests += tststatic
|
tests += tststatic
|
||||||
tests-static += tststatic
|
tests-static += tststatic
|
||||||
modules-names += modstatic
|
modules-names += modstatic
|
||||||
tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx)
|
tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
extra-objs += $(modules-names:=.os) eval.os
|
extra-objs += $(modules-names:=.os) eval.os
|
||||||
|
Loading…
Reference in New Issue
Block a user