From 67cd6ee94b7c3b97beec17effc57c105df8129f5 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 5 Feb 2022 15:18:39 +0100 Subject: [PATCH] Add back dependency on builddir --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a82b59..03cdb4b 100644 --- a/Makefile +++ b/Makefile @@ -105,11 +105,11 @@ install: install-scripts install-conf install-systemd # so that build dir is re-created if deleted (expected behaviour). # # target: install-scripts - Install executables. -install-scripts: $(DEST_SCRIPTS) +install-scripts: $(DEST_SCRIPTS) $(BUILD_SRCS_CONF) # target: install-conf - Install restic configuration files. -install-conf: $(DEST_CONF) +install-conf: $(DEST_CONF) $(BUILD_SRCS_CONF) # target: install-systemd - Install systemd timer and service files. -install-systemd: $(DEST_SYSTEMD) +install-systemd: $(DEST_SYSTEMD) $(BUILD_SRCS_CONF) # Copies sources to build directory & replace "$INSTALL_PREFIX" $(BUILD_DIR)/% : %