diff options
author | Carlos O'Donell <carlos@redhat.com> | 2023-05-30 08:01:27 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2023-06-02 21:43:05 -0400 |
commit | ac14b7ee0620268544a2401c06824dc7d0aeb6a2 (patch) | |
tree | a8a1280442d24e1f556de0bb50a62f610bd55b2e | |
parent | 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (diff) | |
download | glibc-ac14b7ee0620268544a2401c06824dc7d0aeb6a2.tar.gz glibc-ac14b7ee0620268544a2401c06824dc7d0aeb6a2.tar.xz glibc-ac14b7ee0620268544a2401c06824dc7d0aeb6a2.zip |
elf: Sort Makefile variables.
Sort Makefile variables using scrips/sort-makefile-lines.py. No code generation changes observed in non-test binary artifacts. No regressions on x86_64 and i686. Reviewed-by: Florian Weimer <fweimer@redhat.com>
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 3bfc305d98..c00e2ccfc5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -274,8 +274,8 @@ tests-static-normal := \ # tests-static-normal tests-static-internal := \ - tst-dl_find_object-static \ tst-dl-printf-static \ + tst-dl_find_object-static \ tst-ptrguard1-static \ tst-stackguard1-static \ tst-tls1-static \ |