diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
commit | 56d27019e6aebd7cfa5d031c832193eb66d75830 (patch) | |
tree | 1826962f81136719c70efeb5b598e02b3d7b8321 /support/lib/Support | |
parent | f78a824b3c155f78abbf646da486fda866b4cca6 (diff) | |
download | external_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.zip external_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.gz external_llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.bz2 |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib/Support')
-rw-r--r-- | support/lib/Support/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/support/lib/Support/Makefile b/support/lib/Support/Makefile index c7eb8ad..7b263b7 100644 --- a/support/lib/Support/Makefile +++ b/support/lib/Support/Makefile @@ -1,7 +1,5 @@ LEVEL = ../.. - -DIRS = - LIBRARYNAME = support +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |