From 1a890de7ac4701a3a4d27994da83f7fa15196d2c Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 5 Feb 2022 14:55:24 +0100 Subject: [PATCH] Remove target dependency that was not cleaned up before --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef0e489..504f938 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ install: install-scripts install-conf install-systemd # target: install-scripts - Install executables. install-scripts: $(DEST_SCRIPTS) # target: install-conf - Install restic configuration files. -install-conf: $(DEST_CONF) $(BUILD_SRCS_CONF) +install-conf: $(DEST_CONF) # target: install-systemd - Install systemd timer and service files. install-systemd: $(DEST_SYSTEMD)