summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-09-08 09:56:06 +0800
committerGitHub <noreply@github.com>2017-09-08 09:56:06 +0800
commit7dcea4c8769e4f12197646922f399a699c3e2a5a (patch)
tree26e6085a0d5e0a7cc78c54d2447482373b92aaa1 /Makefile.pre.in
parent611a3eab194dfd0a54e541e8e8547051df24bcfc (diff)
downloadcpython-git-7dcea4c8769e4f12197646922f399a699c3e2a5a.tar.gz
bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d0bb4c1d0e..16afd9cebe 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -428,7 +428,7 @@ build_all_generate_profile:
run_profile_task:
: # FIXME: can't run for a cross build
- $(LLVM_PROF_FILE) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
+ $(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
build_all_merge_profile:
$(LLVM_PROF_MERGER)