File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ build_all_generate_profile:
442442 $(MAKE) all CFLAGS="$(CFLAGS) -fprofile-generate" LIBS="$(LIBS) -lgcov"
443443
444444run_profile_task:
445- ./$(BUILDPYTHON) $(PROFILE_TASK)
445+ $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK)
446446
447447build_all_use_profile:
448448 $(MAKE) all CFLAGS="$(CFLAGS) -fprofile-use"
@@ -580,7 +580,7 @@ Modules/_testembed: Modules/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
580580
581581Python/importlib.h: $(srcdir)/Lib/importlib/_bootstrap.py $(srcdir)/Python/freeze_importlib.py
582582 @if test -f ./$(BUILDPYTHON); then \
583- ./$(BUILDPYTHON) $(srcdir)/Python/freeze_importlib.py \
583+ $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Python/freeze_importlib.py \
584584 $(srcdir)/Lib/importlib/_bootstrap.py Python/importlib.h; \
585585 else \
586586 echo "----------------------------------------------------------"; \
You can’t perform that action at this time.
0 commit comments