[llvm-commits] CVS: llvm/win32/doflex.cmd

Jeff Cohen jeffc at jolt-lang.org
Mon Feb 13 22:12:20 PST 2006



Changes in directory llvm/win32:

doflex.cmd updated: 1.2 -> 1.3
---
Log message:

Match changes to unix build system.

---
Diffs of the changes:  (+1 -1)

 doflex.cmd |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/win32/doflex.cmd
diff -u llvm/win32/doflex.cmd:1.2 llvm/win32/doflex.cmd:1.3
--- llvm/win32/doflex.cmd:1.2	Wed Oct 26 20:10:37 2005
+++ llvm/win32/doflex.cmd	Tue Feb 14 00:12:08 2006
@@ -16,5 +16,5 @@
 
 :noflex
 echo Flex not found.  Using pre-generated files.
-copy %~pn3.cpp %2.cpp
+copy %~pn3.cpp.cvs %2.cpp
 exit






More information about the llvm-commits mailing list