summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-24 05:11:48 +0000
committerChris Lattner <sabre@nondot.org>2008-05-24 05:11:48 +0000
commitcad93bd1c3f2114682f18bed28864d8515e4f206 (patch)
tree260ed2acd852d1533352e6d1d068420e2261adce /win32
parente7a83dfac62eb01a1dcc71b98363d3bf3a893a6c (diff)
downloadllvm-cad93bd1c3f2114682f18bed28864d8515e4f206.tar.gz
llvm-cad93bd1c3f2114682f18bed28864d8515e4f206.tar.bz2
llvm-cad93bd1c3f2114682f18bed28864d8515e4f206.tar.xz
Fix win32 when no bison is around, PR2331, patch by 'hume'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/dobison.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd
index 72224f04a8..03d56ab405 100755
--- a/win32/dobison.cmd
+++ b/win32/dobison.cmd
@@ -22,6 +22,8 @@ exit
:nobison
echo Bison not found. Using pre-generated files.
+copy %~pn4.cpp.cvs .\%3.cpp
copy %~pn4.cpp.cvs %5\%3.cpp
+copy %~pn4.h.cvs .\%3.h
copy %~pn4.h.cvs %5\%3.h
exit