ctype: Reformat Makefile.

Reflow and sort Makefile.

Code generation changes present due to link order changes.

No regressions on x86_64 and i686.
This commit is contained in:
Carlos O'Donell 2023-06-08 06:43:44 -04:00
parent d88fcccb1a
commit 12956e0a33

View 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
routines := \
ctype \
ctype-c99 \
ctype-c99_l \
ctype-extn \
ctype_l \
isctype \
# routines
aux := ctype-info
tests := test_ctype
tests := \
test_ctype \
# tests
include ../Rules