We know exactly what the value of $< is, so instead of using `basename $<` to
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 5 Nov 2003 06:43:36 +0000 (06:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 5 Nov 2003 06:43:36 +0000 (06:43 +0000)
commit7f1affe677edf5407530e31b5a2d82d713627441
tree83f85dce87b8b2fc8768ef2a1b4c4e0bf634ee6d
parentb6d59a29ea3b7b0033d1d8a6a4c9a13972b880d0
We know exactly what the value of $< is, so instead of using `basename $<` to
get just the filename and not the full path, just use the filename directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Makefile