summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-10-10 07:25:11 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-10-10 07:25:11 (GMT)
commit28032821b3bb479f58990e3b52610a4e19118c4b (patch)
tree4e7f49175527ca67b9b16928b91886be702de763 /Makefile.pre.in
parent2c66b7cd9f314395d7f8ec46a3fab3c19d02bb4d (diff)
downloadcpython-28032821b3bb479f58990e3b52610a4e19118c4b.zip
cpython-28032821b3bb479f58990e3b52610a4e19118c4b.tar.gz
cpython-28032821b3bb479f58990e3b52610a4e19118c4b.tar.bz2
- Makefile.pre.in(PROFILE_TASK): search files in srcdir
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 4b9d2bf..f951907 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -177,8 +177,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 ===