diff options
author | Carlos O'Donell <carlos@redhat.com> | 2023-06-09 16:44:19 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2024-02-25 13:38:16 -0500 |
commit | 589c51a5a359107e837bfd44a555f7a2fbfdd2eb (patch) | |
tree | 09d0ef80a921b760e92f2ce69c5f7d7b8a500392 | |
parent | 5273dd98123f9f129ad735680974f6ed5a035efd (diff) | |
download | glibc-589c51a5a359107e837bfd44a555f7a2fbfdd2eb.tar glibc-589c51a5a359107e837bfd44a555f7a2fbfdd2eb.tar.gz glibc-589c51a5a359107e837bfd44a555f7a2fbfdd2eb.tar.bz2 glibc-589c51a5a359107e837bfd44a555f7a2fbfdd2eb.zip |
hesiod: Reformat Makefile.
Reflow and sort Makefile.
No code generation changes in non-test binary artifacts.
No regressions on x86_64 and i686.
-rw-r--r-- | hesiod/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hesiod/Makefile b/hesiod/Makefile index 9dee070ff7..397f92733f 100644 --- a/hesiod/Makefile +++ b/hesiod/Makefile @@ -28,8 +28,13 @@ extra-libs-others = $(extra-libs) subdir-dirs = nss_hesiod vpath %.c nss_hesiod -libnss_hesiod-routines := hesiod hesiod-grp hesiod-proto \ - hesiod-pwd hesiod-service +libnss_hesiod-routines := \ + hesiod \ + hesiod-grp \ + hesiod-proto \ + hesiod-pwd \ + hesiod-service \ + # libnss_hesiod-routines # Build only shared library libnss_hesiod-inhibit-o = $(filter-out .os,$(object-suffixes)) |