From 25666f17a0d28977a7db648f91e4e90c9ce9b459 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 5 Feb 2022 15:02:53 +0100 Subject: [PATCH] Remove old out-commented solution --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 3f85d5e..40b292a 100644 --- a/Makefile +++ b/Makefile @@ -107,12 +107,6 @@ $(BUILD_DIR)/% : % cp $< $@ sed -i.bak -e "s|\$$INSTALL_PREFIX|$$PREFIX|g" $@; rm $@.bak - -# For the destination files to be built, build-files must exist. -#$(DEST_SCRIPTS): $(BUILD_SRCS_SCRIPTS) -#$(DEST_CONF): $(BUILD_SRCS_CONF) -#$(DEST_SYSTEMD): $(BUILD_SRCS_SYSTEMD) - # Install destination script files. $(DEST_DIR_SCRIPTS)/%: $(BUILD_DIR_SCRIPTS)/% ${MKDIR_PARENTS} $@