Refactor dependency generation for .ll files.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 12 May 2009 06:35:50 +0000 (06:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 12 May 2009 06:35:50 +0000 (06:35 +0000)
commitfab3d68852f50207e28d0224b4ae007927badaa6
treea83eda4e046dbf9e3f47234e24fee30a147b8453
parente2dc4e0639a85b6e7b1e3381d10194a64fc500e9
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