diff options
author | Romain Geissler <romain.geissler@gmail.com> | 2023-03-26 19:25:58 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-03-27 16:58:08 -0300 |
commit | bb557fff2ec20e0926932684f69835f90626bb06 (patch) | |
tree | e9e1e722a8ff586aff54adbf02617f639552b8b6 /elf/Makefile | |
parent | 4b4b62191e510230baad7031a5075df6a81e5fa5 (diff) | |
download | glibc-bb557fff2ec20e0926932684f69835f90626bb06.tar.gz glibc-bb557fff2ec20e0926932684f69835f90626bb06.tar.xz glibc-bb557fff2ec20e0926932684f69835f90626bb06.zip |
elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh
Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index a32618a01f..8cf46ba782 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2405,7 +2405,7 @@ $(objpfx)tst-ldconfig-X.out : tst-ldconfig-X.sh $(objpfx)ldconfig $(evaluate-test) $(objpfx)tst-ldconfig-p.out : tst-ldconfig-p.sh $(objpfx)ldconfig - $(SHELL) $< '$(common-objpfx)' '$(test-wrapper-env)' \ + $(SHELL) $< '$(common-objpfx)' '$(sysconfdir)' '$(test-wrapper-env)' \ '$(run-program-env)' > $@; \ $(evaluate-test) |