diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-24 05:11:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-24 05:11:48 +0000 |
commit | 37f5d13503da6691e05fbd362ee46c60246082e6 (patch) | |
tree | 260ed2acd852d1533352e6d1d068420e2261adce /win32 | |
parent | ade69478f85a28c240a230650a8da960a196e91a (diff) | |
download | external_llvm-37f5d13503da6691e05fbd362ee46c60246082e6.zip external_llvm-37f5d13503da6691e05fbd362ee46c60246082e6.tar.gz external_llvm-37f5d13503da6691e05fbd362ee46c60246082e6.tar.bz2 |
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-x | win32/dobison.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd index 72224f0..03d56ab 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 |