| commit | 35312b2b6d6bd2621dfa3ad6d450ed000e683a1d | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Aug 27 22:18:23 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Aug 27 22:18:23 2003 +0000 |
| tree | 8a9fe10afa1d593e46df7d4a5a00396063b2456e | |
| parent | 9e911389a4edd68f780c3c9701a317d979a3e45c [diff] [blame] |
Hack out libexception temporarily until the Sparc FE is improved llvm-svn: 8166
diff --git a/llvm/runtime/GCCLibraries/Makefile b/llvm/runtime/GCCLibraries/Makefile index 6100e23..d4c3299 100644 --- a/llvm/runtime/GCCLibraries/Makefile +++ b/llvm/runtime/GCCLibraries/Makefile
@@ -2,6 +2,7 @@ LEVEL = ../.. PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) +PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS)) include $(LEVEL)/Makefile.common