Fix a minor makefile bug with lex/yacc handling that nate noticed. We don't
authorChris Lattner <sabre@nondot.org>
Thu, 16 Feb 2006 05:10:48 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Feb 2006 05:10:48 +0000 (05:10 +0000)
commitaf2f351869efb997c6ad6b62c12f48f7578ab208
tree3857de609ef872b4ab4c6b45d1c63a60ad0a36de
parent21c107ab0f1db3d959545ab93e369bbfcf56e573
Fix a minor makefile bug with lex/yacc handling that nate noticed.  We don't
want to copy the files when the .cpp file changes, we want to copy them
to the .cvs versions when the .l/.y file change (like the comments even say).
This avoids having bogus changes show up in diffs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26229 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules