From: Evan Cheng Date: Thu, 5 Jul 2007 17:13:56 +0000 (+0000) Subject: Unbreak the build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1f6d77b54a0f9be69b786e5c56853f1015cb44cd;p=oota-llvm.git Unbreak the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37915 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Makefile b/lib/Target/Makefile index db010df4b41..81e84745b72 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -15,7 +15,5 @@ BUILD_ARCHIVE = 1 # value for PARALLEL_DIRS which must be set before Makefile.rules is included include $(LEVEL)/Makefile.config -PARALLEL_DIRS := $(filter-out ARM, $(TARGETS_TO_BUILD)) - include $(LLVM_SRC_ROOT)/Makefile.rules