elf: Sort Makefile variables.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 30 May 2023 12:01:27 +0000 (08:01 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Sat, 3 Jun 2023 01:43:05 +0000 (21:43 -0400)
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>
elf/Makefile

index 3bfc305..c00e2cc 100644 (file)
@@ -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 \