diff --git a/llvm/win32/CodeGen/CodeGen.vcproj b/llvm/win32/CodeGen/CodeGen.vcproj
index 79cd506c44ece1401c6f4af2c58c63b0a808fb93..bef0d1854f5d77f141611d0322cf0e09d8ab4f4c 100644
--- a/llvm/win32/CodeGen/CodeGen.vcproj
+++ b/llvm/win32/CodeGen/CodeGen.vcproj
@@ -392,6 +392,10 @@
RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
>
+
+
diff --git a/llvm/win32/dobison.cmd b/llvm/win32/dobison.cmd
index e1e3487b5aea86509da6707b3d80f2e4e39f1ce2..72224f04a8c8a29fed37709149006b9cbea82d29 100755
--- a/llvm/win32/dobison.cmd
+++ b/llvm/win32/dobison.cmd
@@ -22,6 +22,6 @@ exit
:nobison
echo Bison not found. Using pre-generated files.
-copy %~pn4.cpp.cvs %3.cpp
-copy %~pn4.h.cvs %3.h
+copy %~pn4.cpp.cvs %5\%3.cpp
+copy %~pn4.h.cvs %5\%3.h
exit