diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 15:16:43 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 15:36:23 +0800 |
commit | 00de38e531f55ca095910e655a0666ccb33fb6f6 (patch) | |
tree | 2ee89f858dee0ddc3de09dcce05a23c78ef6e406 /locale | |
parent | 776938e8b8dcf2b59998979e91cc0f9db7d771a8 (diff) | |
download | glibc-00de38e531f55ca095910e655a0666ccb33fb6f6.zip glibc-00de38e531f55ca095910e655a0666ccb33fb6f6.tar.gz glibc-00de38e531f55ca095910e655a0666ccb33fb6f6.tar.bz2 |
Fix and sort variables in Makefiles
Fix variables in Makefiles:
1. There is a tab, not a space, between "variable" and =, +=, :=.
2. The last entry doesn't have a trailing \.
and sort them.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index 2810f28..70a49fe 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -48,7 +48,7 @@ tests = \ tst-duplocale \ tst-locname \ # tests -tests-container = \ +tests-container = \ tst-localedef-path-norm \ # tests-container categories = \ |