wcsmbs: Reformat Makefile.

Reflow Makefile.
Sort using updated scripts/sort-makefile-lines.py.

Code generation is changed as routines are linked in sorted order
as expected.

No regressions on x86_64 and i686.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Carlos O'Donell 2023-05-17 09:34:53 -04:00
parent 21050af674
commit 3643fb0a94

View File

@ -52,9 +52,9 @@ routines := \
isoc99_vwscanf \
isoc99_wscanf \
mbrlen \
mbrtoc8 \
mbrtoc16 \
mbrtoc32 \
mbrtoc8 \
mbrtowc \
mbsinit \
mbsnrtowcs \