From 659f4d3e1f1f1299014999530f1b0840466d1fe8 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 16 Feb 2024 21:13:22 -0800 Subject: build: fix whitespace Signed-off-by: Robin H. Johnson --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44a09c1e..5f8e0318 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: -- cgit v1.2.3-65-gdbad