From fba9f2c1262b130e243230ee8595a1fc536a2c68 Mon Sep 17 00:00:00 2001 From: nosamad Date: Fri, 29 Mar 2019 12:39:52 +0100 Subject: [PATCH] fixes duplicate settings discovery --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afe9e5c..49a896e 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ configure_rule = \ $(SILENT)$$(call configure,$1) configure = \ $(call run,$1,sh -c 'cmake $(CMAKEFLAGS) $(CONTAINER_PROJECT_ROOT) && $(CONTAINER_PROJECT_ROOT)/build/discover_cc_settings.sh $(notdir $@) $(realpath $(dir $@))') \ - && touch $@ + && touch $(addprefix $(dir $@)/,include_dirs.txt) $@ build_rule = \ build-$1: $$(OUT)/$1/CMakeCache.txt; \