mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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>
This commit is contained in:
@@ -22,7 +22,7 @@ subdir := argp
|
||||
|
||||
include ../Makeconfig
|
||||
|
||||
headers = \
|
||||
headers = \
|
||||
argp.h \
|
||||
bits/argp-ldbl.h \
|
||||
# headers
|
||||
|
Reference in New Issue
Block a user