]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Makefile.pre.in(PROFILE_TASK): search files in srcdir
authorMatthias Klose <doko@ubuntu.com>
Fri, 10 Oct 2008 07:25:11 +0000 (07:25 +0000)
committerMatthias Klose <doko@ubuntu.com>
Fri, 10 Oct 2008 07:25:11 +0000 (07:25 +0000)
Makefile.pre.in

index 4b9d2bfa91f7136aa12eed439980f6a70ba25ec7..f951907fa97f1b21784bd300aee2106e74b18d4d 100644 (file)
@@ -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 ===