Missing "call". ihse-targettest-branch
authorihse
Tue, 05 Feb 2019 16:27:08 +0100
branchihse-targettest-branch
changeset 57147 b97267cc61d9
parent 57146 356362ec1b58
Missing "call".
make/Bundles.gmk
--- a/make/Bundles.gmk	Tue Feb 05 15:00:10 2019 +0100
+++ b/make/Bundles.gmk	Tue Feb 05 16:27:08 2019 +0100
@@ -35,7 +35,7 @@
 # On Windows tar frequently complains that "file changed as we read it" for
 # some random source files. This seems to be cause by anti virus scanners and
 # is most likely safe to ignore. When it happens, tar returns '1'.
-ifeq ($(isBuildOs, windows), true)
+ifeq ($(call isBuildOs, windows), true)
   TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
 endif