1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

stdio: fix hurd link for tst-setvbuf2

This commit is contained in:
DJ Delorie
2025-04-02 14:54:03 -04:00
parent c8e73a1492
commit aaf94ec804

View 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)