diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 00:14:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-10 00:14:35 +0000 |
commit | 5b643faffc5f43402854fdfc2bdd807ce719bbfb (patch) | |
tree | d8fcc2d9b6f22ab1a4c869a8e8f81f54a39ecc74 /dlfcn/Makefile | |
parent | 68bd3326bf4b1598c94dd60416da3ae82b4139ee (diff) | |
download | glibc-5b643faffc5f43402854fdfc2bdd807ce719bbfb.tar glibc-5b643faffc5f43402854fdfc2bdd807ce719bbfb.tar.gz glibc-5b643faffc5f43402854fdfc2bdd807ce719bbfb.tar.bz2 glibc-5b643faffc5f43402854fdfc2bdd807ce719bbfb.zip |
Update.
* dlfcn/Makefile (tststatic-ENV): Also add $(common-objpfx)elf for
ld.so.
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |