From: Carlos O'Donell Date: Thu, 8 Jun 2023 10:43:44 +0000 (-0400) Subject: ctype: Reformat Makefile. X-Git-Tag: glibc-2.40~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12956e0a330e3d90fc196f7d7a047ce613f78920;p=thirdparty%2Fglibc.git ctype: Reformat Makefile. Reflow and sort Makefile. Code generation changes present due to link order changes. No regressions on x86_64 and i686. --- diff --git a/ctype/Makefile b/ctype/Makefile index 717d0201294..3e09938bd1b 100644 --- a/ctype/Makefile +++ b/ctype/Makefile @@ -24,9 +24,18 @@ include ../Makeconfig headers := ctype.h -routines := ctype ctype-c99 ctype-extn ctype-c99_l ctype_l isctype -aux := ctype-info - -tests := test_ctype +routines := \ + ctype \ + ctype-c99 \ + ctype-c99_l \ + ctype-extn \ + ctype_l \ + isctype \ + # routines +aux := ctype-info + +tests := \ + test_ctype \ + # tests include ../Rules