Fix dependencies. The lexer depends on the grammar for the UpgradeParser.h
authorReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 22:03:42 +0000 (22:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 22:03:42 +0000 (22:03 +0000)
commit8b31b2dea65999c4bdb27b1cd655f25a63aaad01
tree90144c9ff02a4d46bf6eec674f30a76e621e585a
parentbafe19d595c27c03788f6d8248d67fa1b664b55e
Fix dependencies. The lexer depends on the grammar for the UpgradeParser.h
file so make it depend on the .y file as well. This ensures that in
parallel builds the lexer is built after bison runs.

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