Added support for getting the dependence of an executable on its libs,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:38:14 +0000 (12:38 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:38:14 +0000 (12:38 +0000)
commitc4651a91c01e5c7eceb3ab1f1b1eebb54f52c109
tree4ace8f9ec5e2536b51eaf5848fc7a79ddcdc6a3f
parenta4e6f88fbba40e5818906b6a75e5cc15870bf4b8
Added support for getting the dependence of an executable on its libs,
using a variable to get the list of libraries on the link path.
BUG: If the library in the same directory as the executable is missing,
BUG: gnumake will build the library but then fail when linking the executable
BUG: saying the library was not found.  Need a better hack.

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