From: Matthias Klose Date: Fri, 10 Oct 2008 07:24:20 +0000 (+0000) Subject: - Makefile.pre.in(PROFILE_TASK): search files in srcdir X-Git-Tag: v2.7a1~2749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922d1fd641c5a6bfc28b48acfd33b77a87f4e451;p=thirdparty%2FPython%2Fcpython.git - Makefile.pre.in(PROFILE_TASK): search files in srcdir --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4b9d2bfa91f7..f951907fa97f 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 ===