From: Carlos O'Donell Date: Fri, 9 Jun 2023 20:44:19 +0000 (-0400) Subject: hesiod: Reformat Makefile. X-Git-Tag: glibc-2.40~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=589c51a5a359107e837bfd44a555f7a2fbfdd2eb;p=thirdparty%2Fglibc.git hesiod: Reformat Makefile. Reflow and sort Makefile. No code generation changes in non-test binary artifacts. No regressions on x86_64 and i686. --- diff --git a/hesiod/Makefile b/hesiod/Makefile index 9dee070ff70..397f92733fa 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))