[COMMITTED,07/10] hesiod: Reformat Makefile.

Message ID 20240225183956.2534939-7-carlos@redhat.com
State Committed
Commit 589c51a5a359107e837bfd44a555f7a2fbfdd2eb
Headers
Series [COMMITTED,01/10] conform: Reformat Makefile. |

Commit Message

Carlos O'Donell Feb. 25, 2024, 6:39 p.m. UTC
  Reflow and sort Makefile.

No code generation changes in non-test binary artifacts.

No regressions on x86_64 and i686.
---
 hesiod/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
  

Patch

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))