summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-16 18:42:22 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-16 18:42:22 -0500
commitd8e7f3671db406b587a420cae420ec14a189399e (patch)
tree3104e1be040e010abdd53e32acc5ec8e99199ae9
parentb6740e5392a0e0a5fddc5ad4ffac0567078e114a (diff)
Fix makefile when building without systemd
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9feb67e..2b77da77 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ LIBDIR=$(PREFIX)/lib
PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd)
ifeq (,$(PKGCONFIG_SERVICEDIR))
- $(warning skipping systemd integration)
+ $(warning skipping systemd integration)
else
BCACHEFSCK_ARGS=-f -n
systemd_libfiles=\