From: H.J. Lu Date: Tue, 8 Oct 2024 00:46:45 +0000 (+0800) Subject: stdio-common/Makefile: Fix FAIL: lint-makefiles X-Git-Tag: glibc-2.41~601 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ced745bcd3e0d58cfc38ebbbc36540b9dcdd29eb;p=thirdparty%2Fglibc.git stdio-common/Makefile: Fix FAIL: lint-makefiles Fix stdio-common/Makefile: @@ -224,12 +224,12 @@ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ + tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ - tst-freopen7 \ tst-fseek \ tst-fwrite \ tst-fwrite-memstrm \ Signed-off-by: H.J. Lu --- diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f7cb82230d..88105b3c1b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -224,12 +224,12 @@ tests := \ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ - tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ + tst-freopen7 \ tst-fseek \ tst-fwrite \ tst-fwrite-memstrm \