OSDN Git Service

Factor the computation of the basename of libraries. This avoids renaming
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Feb 2011 22:01:15 +0000 (22:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Feb 2011 22:01:15 +0000 (22:01 +0000)
commit0ecd2964214374045e699e3dc58c9093d9686293
tree68e77cd3382e457e94f473f96a1b7db6f0537928
parent69df72367f45c0414541196efaf7c13b1ccd3f08
Factor the computation of the basename of libraries. This avoids renaming
them on install. Before we would have LLVMgold.so on the build directory but
libLLVMgold.so on the install dir.

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