aboutsummaryrefslogtreecommitdiffstats
path: root/win32/dobison.cmd
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-02 21:30:58 +0000
committerChris Lattner <sabre@nondot.org>2008-01-02 21:30:58 +0000
commita87dbe6e129268ac3045ec3ff121e8a166bf6e48 (patch)
treeaea91e66eb9184ed51a0bb025e30f9b430d3be56 /win32/dobison.cmd
parentc886a598b78143a3f06bb65e6c94e1bc1e46b058 (diff)
downloadexternal_llvm-a87dbe6e129268ac3045ec3ff121e8a166bf6e48.zip
external_llvm-a87dbe6e129268ac3045ec3ff121e8a166bf6e48.tar.gz
external_llvm-a87dbe6e129268ac3045ec3ff121e8a166bf6e48.tar.bz2
Fix PR1888, patch by Wilhansen Li.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/dobison.cmd')
-rwxr-xr-xwin32/dobison.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd
index e1e3487..72224f0 100755
--- a/win32/dobison.cmd
+++ b/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