]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdio: fix hurd link for tst-setvbuf2
authorDJ Delorie <dj@redhat.com>
Wed, 2 Apr 2025 18:54:03 +0000 (14:54 -0400)
committerDJ Delorie <dj@redhat.com>
Wed, 2 Apr 2025 23:41:32 +0000 (19:41 -0400)
stdio-common/Makefile

index 3fd33b836dd4d838da7e76d9c010073dde746d6b..37092222665316cd95431bc8338a9c043566b238 100644 (file)
@@ -767,8 +767,9 @@ $(objpfx)tst-setvbuf1-cmp.out: tst-setvbuf1.expect $(objpfx)tst-setvbuf1.out
        $(evaluate-test)
 
 CFLAGS-tst-setvbuf2.c += -DIND_PROC=\"$(objpfx)tst-setvbuf2-ind\"
-$(objpfx)tst-setvbuf2-ind : $(objpfx)tst-setvbuf2-ind.o
+$(objpfx)tst-setvbuf2-ind : $(objpfx)tst-setvbuf2-ind.o $(shared-thread-library)
 $(objpfx)tst-setvbuf2.out: $(objpfx)tst-setvbuf2-ind
+$(objpfx)tst-setvbuf2 : $(shared-thread-library)
 
 $(objpfx)tst-printf-round: $(libm)
 $(objpfx)tst-scanf-round: $(libm)