]> sourceware.org Git - glibc.git/commitdiff
elf: Add missing dependency between resolvfail and testobj1.so
authorArsen Arsenović <arsen@gentoo.org>
Tue, 7 Mar 2023 10:29:35 +0000 (11:29 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 10 Mar 2023 16:53:18 +0000 (17:53 +0100)
It was possible to run this test individually and have it fail because
it can't find testobj1.so.  This patch adds that dependency, to prevent
such issues.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
elf/Makefile

index e5df78fd044bb661c2d4cd2a51ce58206d8bba08..4d0e04b2a204dd6df8ad49e31d62e293a4965250 100644 (file)
@@ -1631,6 +1631,7 @@ $(objpfx)multiload.out: $(objpfx)testobj1.so
 LDFLAGS-origtest = -rdynamic
 $(objpfx)origtest.out: $(objpfx)testobj1.so
 
+$(objpfx)resolvfail.out: $(objpfx)testobj1.so
 ifeq ($(have-thread-library),yes)
 $(objpfx)resolvfail: $(shared-thread-library)
 endif
This page took 0.045196 seconds and 5 git commands to generate.