Skip to content

Commit

Permalink
hesiod: Reformat Makefile.
Browse files Browse the repository at this point in the history
Reflow and sort Makefile.

No code generation changes in non-test binary artifacts.

No regressions on x86_64 and i686.
  • Loading branch information
codonell committed Feb 25, 2024
1 parent 5273dd9 commit 589c51a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hesiod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 589c51a

Please sign in to comment.