From f2a899b92bf70d5e505afe0dc39a8c0915523c01 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 21 Jul 2017 15:58:43 +0200 Subject: [PATCH] configure: no implicit installation (overwrite) of config files --- configure/RULES_BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD index ea84db8be..b431a578b 100644 --- a/configure/RULES_BUILD +++ b/configure/RULES_BUILD @@ -465,6 +465,7 @@ ifneq (,$(strip $(LOADABLE_SHRLIB_VERSION))) endif # LOADABLE_SHRLIB_VERSION endif # LOADABLE_SHRLIB_SUFFIX +ifneq ($(INSTALL_CONFIGS),) $(INSTALL_CONFIG)/%: % $(ECHO) "Installing config file $@" @$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D) @@ -472,6 +473,7 @@ $(INSTALL_CONFIG)/%: % $(INSTALL_CONFIG)/%: ../% $(ECHO) "Installing config file $@" @$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D) +endif $(INSTALL_INCLUDE)/% : $(COMMON_DIR)/% $(ECHO) "Installing generated generic include file $@"