aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-20 02:23:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-20 02:23:13 +0000
commita3a4de41a79969ce6e6ac96facfa9d4a01c5e7f1 (patch)
treeccb70eeb36746bcc0b4266caaf93231ab2496b24 /Makefile
parent3a284bff97818a9da5313655544ee6d22ff77a67 (diff)
downloadexternal_llvm-a3a4de41a79969ce6e6ac96facfa9d4a01c5e7f1.zip
external_llvm-a3a4de41a79969ce6e6ac96facfa9d4a01c5e7f1.tar.gz
external_llvm-a3a4de41a79969ce6e6ac96facfa9d4a01c5e7f1.tar.bz2
Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is
breaking Clang's Apple-style build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ce79465..f3bf3f2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ LEVEL := .
#
# When cross-compiling, there are some things (tablegen) that need to
# be build for the build system first.
-ifndef RC_ARCHS # Normal build (not "Apple-style").
ifeq ($(BUILD_DIRS_ONLY),1)
DIRS := lib/System lib/Support utils
OPTIONAL_DIRS :=
@@ -212,8 +211,3 @@ happiness: update all check unittests
.NOTPARALLEL:
-else # Building "Apple-style."
-# N.B. In an Apple-style build, once configuration is done, lines
-# marked "Apple-style" are removed with sed! See utils/buildit/build_llvm.
-include utils/buildit/GNUmakefile # Building "Apple-style."
-endif # Building "Apple-style."