diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:26:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-23 21:26:29 +0000 |
commit | 8ad864ab14d5922307ac6b5db2f2a6233e6084a9 (patch) | |
tree | 6786d7aeea5f07edf3ec0569eb4d70d44ab5a866 /runtime | |
parent | e6fd7762c5a641b185566c770b0291b6da4a0fe3 (diff) | |
download | external_llvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.zip external_llvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.tar.gz external_llvm-8ad864ab14d5922307ac6b5db2f2a6233e6084a9.tar.bz2 |
Build the garbage collectors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index c84ada1..bdbdc40 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -12,7 +12,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config ifneq ($(wildcard $(LLVMGCCDIR)),) -PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace +PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC else PARALLEL_DIRS := install all :: |