summaryrefslogtreecommitdiff
path: root/odk/build-examples_common.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-04-25 00:02:12 +0200
committerRene Engelhard <rene@debian.org>2018-04-25 00:04:22 +0200
commitfcba22ef7959d3bf0c7f3fc02434a120e3d8c075 (patch)
tree40d9b3c17ef16c5c422b8ddb96a137075acf2fb5 /odk/build-examples_common.mk
parent962fdca5f1921722c18af8409bc17e9d9cd68d03 (diff)
move $(eval $(call gb_CustomTarget_CustomTarget back to build_examples*.mk
... since otherwise gbuild doesn't understand it and (e.g.) make odk.clean fails Change-Id: Ie6098bcf1ff99ee1a5df5fd5219d3b3c82075f71
Diffstat (limited to 'odk/build-examples_common.mk')
-rw-r--r--odk/build-examples_common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/build-examples_common.mk b/odk/build-examples_common.mk
index 7459afd45b92..5847c3bc29a8 100644
--- a/odk/build-examples_common.mk
+++ b/odk/build-examples_common.mk
@@ -1,7 +1,3 @@
-$(eval $(call gb_CustomTarget_CustomTarget,$(testname)))
-
-.PHONY: $(call gb_CustomTarget_get_target,$(testname))
-
$(call gb_CustomTarget_get_target,$(testname)): \
$(call gb_CustomTarget_get_workdir,$(testname))/setsdkenv
ifneq ($(gb_SUPPRESS_TESTS),)