commit:     659f4d3e1f1f1299014999530f1b0840466d1fe8
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 05:13:22 2024 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 05:13:22 2024 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=659f4d3e

build: fix whitespace

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 44a09c1..5f8e031 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ FINAL_DEPS = genkernel.conf \
        path_expander.py
 
 SOFTWARE = BCACHE_TOOLS \
-       BOOST \
+       BOOST \
        BTRFS_PROGS \
        BUSYBOX \
        COREUTILS \
@@ -219,3 +219,5 @@ install: all
        install -d $(DESTDIR)/$(MANDIR)
        install $(BUILD_DIR)/genkernel.8 $(DESTDIR)/$(MANDIR)/man8
 
+# No trailing blank lines please.
+# vim:ft=make:

Reply via email to