summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-02-01 21:14:02 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-01 21:21:59 +0100
commit616e19fc25848e5b35d9a252cd20b7c16262824d (patch)
tree53e21f81c69fefe30cf132cf1d0eacbbd09a2c11 /odk
parent30473907a565764eb35a19051dc0d52704cf7bb7 (diff)
odk: recreate setsdkenv if config changes
Change-Id: I4a34f03fdab4626bdbf9b254986b0953ecfdffa7
Diffstat (limited to 'odk')
-rw-r--r--odk/CustomTarget_build-examples.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index 27f0158857a1..b9c5c534a764 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -102,7 +102,8 @@ $(call gb_CustomTarget_get_target,odk/build-examples): \
&& exit $$RET)
$(call gb_CustomTarget_get_workdir,odk/build-examples)/setsdkenv: \
- $(SRCDIR)/odk/config/setsdkenv_unix.sh.in | \
+ $(SRCDIR)/odk/config/setsdkenv_unix.sh.in \
+ $(BUILDDIR)/config_$(gb_Side).mk | \
$(call gb_CustomTarget_get_workdir,odk/build-examples)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1)
sed -e 's!@OO_SDK_NAME@!sdk!' \