diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-16 18:42:22 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-16 18:42:22 -0500 |
commit | d8e7f3671db406b587a420cae420ec14a189399e (patch) | |
tree | 3104e1be040e010abdd53e32acc5ec8e99199ae9 | |
parent | b6740e5392a0e0a5fddc5ad4ffac0567078e114a (diff) |
Fix makefile when building without systemd
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=\ |