1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-21 18:31:36 +00:00

Unbreak the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-07-05 17:13:56 +00:00
parent d54874a06d
commit 1f6d77b54a

@ -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