Fix win32 when no bison is around, PR2331, patch by 'hume'.
authorChris Lattner <sabre@nondot.org>
Sat, 24 May 2008 05:11:48 +0000 (05:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 May 2008 05:11:48 +0000 (05:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51539 91177308-0d34-0410-b5e6-96231b3b80d8

win32/dobison.cmd

index 72224f04a8c8a29fed37709149006b9cbea82d29..03d56ab4058bb31adab21b8baa47e84f891d11b5 100755 (executable)
@@ -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