summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-23 20:53:37 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-23 20:53:37 +0000
commit407fbdd161d4134901fefe267779a4aaaeab2f0d (patch)
tree10889569ea16b2dd7523646ad44c85166abc5687 /Makefile
parentd7283d9c54dbc45d47ee0fbed0fbdcbf0ae74f23 (diff)
downloadllvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.gz
llvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.bz2
llvm-407fbdd161d4134901fefe267779a4aaaeab2f0d.tar.xz
Roll back r96959 again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f76f6b77bd..20395e9470 100644
--- a/Makefile
+++ b/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