Factor out makefile dependency generation better.
authorChris Lattner <sabre@nondot.org>
Mon, 31 Dec 2007 23:58:31 +0000 (23:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Dec 2007 23:58:31 +0000 (23:58 +0000)
commite43ba3dce745de6e22b1f0e3bd9a39f053349072
treeabb62fca275e07d0a379a44a11156895ac46515d
parentb027fa001f16660a231a54ecea6a79f5c7855d7c
Factor out makefile dependency generation better.
Don't include system headers in the .d files.
Don't use $@ in the makefile rules, as there are two possible targets it could resolve to: use the one that we need explicitly.

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