From: DJ Delorie Date: Wed, 2 Apr 2025 18:54:03 +0000 (-0400) Subject: stdio: fix hurd link for tst-setvbuf2 X-Git-Tag: glibc-2.42~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf94ec804830e0e273cfb45d54f4a04ab778fe5;p=thirdparty%2Fglibc.git stdio: fix hurd link for tst-setvbuf2 --- diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 3fd33b836d..3709222266 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -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)