From 8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Thu, 16 Feb 2006 04:07:03 +0000 Subject: [PATCH] Visual Studio enters the future of bisoning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26227 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/dobison.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/dobison.cmd b/win32/dobison.cmd index 27364bb1b5c..0338e5e33b3 100755 --- a/win32/dobison.cmd +++ b/win32/dobison.cmd @@ -17,6 +17,6 @@ exit :nobison echo Bison not found. Using pre-generated files. -copy %~pn4.cpp %3.cpp -copy %~pn4.h %3.h +copy %~pn4.cpp.cvs %3.cpp +copy %~pn4.h.cvs %3.h exit