Speed up clang-only link, by really linking only clang, and not the unittests
[oota-llvm.git] / win32 / dobison.cmd
index e1e3487b5aea86509da6707b3d80f2e4e39f1ce2..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.h.cvs %3.h
+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