diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-12-10 12:24:53 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-12-10 12:44:25 +0100 |
commit | 1bb8d05b9c751f6909e85ee96f6c78d536987bfd (patch) | |
tree | c6d6ca02885ca86ed8c76af87ac048074aa0e146 /elf/Makefile | |
parent | 4b2e40a9259fab08161e1c607b06a41e15d543dc (diff) | |
download | glibc-1bb8d05b9c751f6909e85ee96f6c78d536987bfd.tar glibc-1bb8d05b9c751f6909e85ee96f6c78d536987bfd.tar.gz glibc-1bb8d05b9c751f6909e85ee96f6c78d536987bfd.tar.bz2 glibc-1bb8d05b9c751f6909e85ee96f6c78d536987bfd.zip |
elf: Fix run-time dependencies of tst-dlopen-fail-2
The misattributed dependencies can cause failures in parallel testing
if the dependencies have not been built yet.
Fixes commit a332bd1518af518c984fad73eba6f46dc5b2b2d4
("elf: Add elf/tst-dlopenfail-2 [BZ #25396]").
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 395381ca42..6b290e2540 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1719,7 +1719,7 @@ $(objpfx)tst-dlopenfailmod1.so: \ LDFLAGS-tst-dlopenfaillinkmod.so = -Wl,-soname,tst-dlopenfail-missingmod.so $(objpfx)tst-dlopenfailmod2.so: $(shared-thread-library) $(objpfx)tst-dlopenfail-2: $(libdl) -$(objpfx)tst-dlopenfail.out: \ +$(objpfx)tst-dlopenfail-2.out: \ $(objpfx)tst-dlopenfailmod1.so $(objpfx)tst-dlopenfailmod2.so \ $(objpfx)tst-dlopenfailmod3.so |