mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
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:
parent
d88fcccb1a
commit
12956e0a33
@ -24,9 +24,18 @@ include ../Makeconfig
|
|||||||
|
|
||||||
headers := ctype.h
|
headers := ctype.h
|
||||||
|
|
||||||
routines := ctype ctype-c99 ctype-extn ctype-c99_l ctype_l isctype
|
routines := \
|
||||||
aux := ctype-info
|
ctype \
|
||||||
|
ctype-c99 \
|
||||||
|
ctype-c99_l \
|
||||||
|
ctype-extn \
|
||||||
|
ctype_l \
|
||||||
|
isctype \
|
||||||
|
# routines
|
||||||
|
aux := ctype-info
|
||||||
|
|
||||||
tests := test_ctype
|
tests := \
|
||||||
|
test_ctype \
|
||||||
|
# tests
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user