summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-10-11 00:49:57 +0000
committerBenjamin Peterson <benjamin@python.org>2008-10-11 00:49:57 +0000
commit0daf79bd4d6399f59c35a384a4c4f37e0856a556 (patch)
tree9563c809ca371098e874209afc64fd0b37c3200a /Makefile.pre.in
parent5783bdd10d703b76fb7aa493f20c53065467f698 (diff)
downloadcpython-0daf79bd4d6399f59c35a384a4c4f37e0856a556.tar.gz
merge from trunk
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ec674e7a49..2fcbdf7242 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -176,8 +176,8 @@ PYTHON= python$(EXE)
BUILDPYTHON= python$(BUILDEXE)
# The task to run while instrument when building the profile-opt target
-PROFILE_TASK= Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
-#PROFILE_TASK= Lib/test/regrtest.py
+PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
+#PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
# === Definitions added by makesetup ===