diff options
author | DJ Delorie <dj@redhat.com> | 2025-04-02 14:54:03 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2025-04-02 19:41:32 -0400 |
commit | aaf94ec804830e0e273cfb45d54f4a04ab778fe5 (patch) | |
tree | 7eee3d90a64b9997f5dce15bb5460bf1543b7da4 | |
parent | c8e73a1492b01b9b0c189d6a5c53a5a697827bae (diff) | |
download | glibc-master.zip glibc-master.tar.gz glibc-master.tar.bz2 |
-rw-r--r-- | stdio-common/Makefile | 3 |
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) |