From 2b4594c50b4a2fe2106af85ce4fd369fbc0820e3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 1 Feb 2017 16:13:01 -0600 Subject: [PATCH] Build dependency tweak. --- scripts/single.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/single.sh b/scripts/single.sh index cadb2fcd..55e4c676 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -15,6 +15,9 @@ then exit 1 fi +# Force dependencies to rebuild headers if we build multiplexer after this. +touch -c .config + export KCONFIG_CONFIG=.singleconfig for i in "$@" do -- 2.11.0