diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-14 06:12:08 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-14 06:12:08 +0000 |
commit | 976e110c0b7ceb2f22f33259df0d2382ce7dbf31 (patch) | |
tree | d40da304831c6cf497868f97876ed551dea75c30 /win32 | |
parent | 06a248c9b398049d41cf6dd1a3f9eecc75603401 (diff) |
Match changes to unix build system.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/doflex.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/doflex.cmd b/win32/doflex.cmd index b39d40b753..8f32fbdaa4 100755 --- a/win32/doflex.cmd +++ b/win32/doflex.cmd @@ -16,5 +16,5 @@ exit :noflex echo Flex not found. Using pre-generated files. -copy %~pn3.cpp %2.cpp +copy %~pn3.cpp.cvs %2.cpp exit |