aboutsummaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2010-02-23 08:56:20 +0000
committerBrian Gladman <brg@gladman.plus.com>2010-02-23 08:56:20 +0000
commite6fd6d7af1d5fa6135d6c89de9ffd8832a80f145 (patch)
treeb9832933971e62cee71c293488a57df3cbbe080d /Mkfiles
parentc85781d095dc47a812bf68d3fd22c84408d534cf (diff)
downloadyasm-e6fd6d7af1d5fa6135d6c89de9ffd8832a80f145.tar.gz
correct error in python detection batch file
svn path=/trunk/yasm/; revision=2293
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/vc10/genperf/run.bat2
-rw-r--r--Mkfiles/vc9/genperf/run.bat2
2 files changed, 2 insertions, 2 deletions
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