Modified the use of libtool so that we don't compile every file twice.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 20:58:51 +0000 (20:58 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 20:58:51 +0000 (20:58 +0000)
commit82f4a5a00c94ac741360cce09eb4e5060b6cf146
treef2b7c3e75bb3132b223150b4c03d6c17615dca69
parent71336a9c14d2da7fd9ab094eed8c6f3695b864ee
Modified the use of libtool so that we don't compile every file twice.
This can be done using the disable-shared tag that comes with libtool.
This change also required changing how .o libraries are linked.

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