From e6fd6d7af1d5fa6135d6c89de9ffd8832a80f145 Mon Sep 17 00:00:00 2001 From: Brian Gladman Date: Tue, 23 Feb 2010 08:56:20 +0000 Subject: correct error in python detection batch file svn path=/trunk/yasm/; revision=2293 --- Mkfiles/vc10/genperf/run.bat | 2 +- Mkfiles/vc9/genperf/run.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Mkfiles') diff --git a/Mkfiles/vc10/genperf/run.bat b/Mkfiles/vc10/genperf/run.bat index f2295c5d..dc39a570 100644 --- a/Mkfiles/vc10/genperf/run.bat +++ b/Mkfiles/vc10/genperf/run.bat @@ -15,7 +15,7 @@ goto pyfound goto pynotfound :pyfound -if not exist run_py.bat goto notfound +if not exist run_py.bat goto pynotfound echo ... building with Python ... @echo on call run_py.bat modules\arch\x86\gen_x86_insn.py diff --git a/Mkfiles/vc9/genperf/run.bat b/Mkfiles/vc9/genperf/run.bat index f2295c5d..dc39a570 100644 --- a/Mkfiles/vc9/genperf/run.bat +++ b/Mkfiles/vc9/genperf/run.bat @@ -15,7 +15,7 @@ goto pyfound goto pynotfound :pyfound -if not exist run_py.bat goto notfound +if not exist run_py.bat goto pynotfound echo ... building with Python ... @echo on call run_py.bat modules\arch\x86\gen_x86_insn.py -- cgit v1.2.3