Refactor dependency generation for .ll files.
commit285108fdd774dfe27ac090344949cdef930f43fa
authorDaniel Dunbar <daniel@zuster.org>
Tue, 12 May 2009 06:35:50 +0000 (12 06:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 12 May 2009 06:35:50 +0000 (12 06:35 +0000)
treea83eda4e046dbf9e3f47234e24fee30a147b8453
parenta4ca7ac5fbb5e323d9d859b0c38d25c039712fcf
Refactor dependency generation for .ll files.
 - This matches the normal dependency generation code.

 - This also fixes the problem that when building a normal and bitcode
   archive from the same source, the dependency files would overwrite
   one another. Which was bad.

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