]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
ctype: Reformat Makefile.
authorCarlos O'Donell <carlos@redhat.com>
Thu, 8 Jun 2023 10:43:44 +0000 (06:43 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Sun, 25 Feb 2024 18:38:16 +0000 (13:38 -0500)
Reflow and sort Makefile.

Code generation changes present due to link order changes.

No regressions on x86_64 and i686.

ctype/Makefile

index 717d02012942e0b9f4794c392b1920d0dfb71f8c..3e09938bd1bb15229cbdb1f851dd8af5be13ddc2 100644 (file)
@@ -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