aboutsummaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
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