summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-18 04:43:02 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-18 04:43:02 +0000
commitc451027db973e6906112e698f1cfc1540453e807 (patch)
treea0d04c71f4107af584edbb4ac404e0f2f1fe12aa /llvm/Makefile
parentcb9572e7b3d104e610dfa088e10ffcd40e310949 (diff)
downloadbcm5719-llvm-c451027db973e6906112e698f1cfc1540453e807.tar.gz
bcm5719-llvm-c451027db973e6906112e698f1cfc1540453e807.zip
Roll back the shared library, r96559. It broke two darwins and arm, mysteriously.
llvm-svn: 96569
Diffstat (limited to 'llvm/Makefile')
-rw-r--r--llvm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index 1819226878d..319bdcd0fba 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -30,8 +30,8 @@ ifeq ($(BUILD_DIRS_ONLY),1)
DIRS := lib/System lib/Support utils
OPTIONAL_DIRS :=
else
- DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
- tools/llvm-config tools runtime docs unittests
+ DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
+ tools runtime docs unittests
OPTIONAL_DIRS := projects bindings
endif
OpenPOWER on IntegriCloud