aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2025-04-02 14:54:03 -0400
committerDJ Delorie <dj@redhat.com>2025-04-02 19:41:32 -0400
commitaaf94ec804830e0e273cfb45d54f4a04ab778fe5 (patch)
tree7eee3d90a64b9997f5dce15bb5460bf1543b7da4
parentc8e73a1492b01b9b0c189d6a5c53a5a697827bae (diff)
downloadglibc-master.zip
glibc-master.tar.gz
glibc-master.tar.bz2
stdio: fix hurd link for tst-setvbuf2HEADmaster
-rw-r--r--stdio-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 3fd33b8..3709222 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)