summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-10-10 07:24:20 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-10-10 07:24:20 (GMT)
commit922d1fd641c5a6bfc28b48acfd33b77a87f4e451 (patch)
tree810ecceba6c8f87a8b747d0e47a9b30f58b2954a /Makefile.pre.in
parentf660a53c9f53e91cb8dbd794c0fdb6e4dc36c7bc (diff)
downloadcpython-922d1fd641c5a6bfc28b48acfd33b77a87f4e451.zip
cpython-922d1fd641c5a6bfc28b48acfd33b77a87f4e451.tar.gz
cpython-922d1fd641c5a6bfc28b48acfd33b77a87f4e451.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 ===