aboutsummaryrefslogtreecommitdiff
path: root/lib/ASTMatchers
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-07-06 06:00:30 +0000
committerManuel Klimek <klimek@google.com>2012-07-06 06:00:30 +0000
commitc76dfb451aac08b52ab5858fbfade28c7e091e2f (patch)
tree0a1dde272e09f24b34bd610707c31930a28e18c5 /lib/ASTMatchers
parent4da216637fa1ad4bdfd31bc265edb57ca35c2c12 (diff)
Build-fix: Remove non-existent directories from Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ASTMatchers')
-rw-r--r--lib/ASTMatchers/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ASTMatchers/Makefile b/lib/ASTMatchers/Makefile
index 3ee9ccb580..76d82719a1 100644
--- a/lib/ASTMatchers/Makefile
+++ b/lib/ASTMatchers/Makefile
@@ -10,6 +10,4 @@
CLANG_LEVEL := ../..
LIBRARYNAME := clangASTMatchers
-PARALLEL_DIRS = Dynamic
-
include $(CLANG_LEVEL)/Makefile