aboutsummaryrefslogtreecommitdiff
path: root/argp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-12-05 15:16:43 +0800
committerH.J. Lu <hjl.tools@gmail.com>2024-12-05 15:36:23 +0800
commit00de38e531f55ca095910e655a0666ccb33fb6f6 (patch)
tree2ee89f858dee0ddc3de09dcce05a23c78ef6e406 /argp
parent776938e8b8dcf2b59998979e91cc0f9db7d771a8 (diff)
downloadglibc-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 'argp')
-rw-r--r--argp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/Makefile b/argp/Makefile
index d14b2da..1ffda15 100644
--- a/argp/Makefile
+++ b/argp/Makefile
@@ -22,7 +22,7 @@ subdir := argp
include ../Makeconfig
-headers = \
+headers = \
argp.h \
bits/argp-ldbl.h \
# headers