summaryrefslogtreecommitdiff
path: root/unittests/Rewrite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Rewrite/Makefile')
-rw-r--r--unittests/Rewrite/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/unittests/Rewrite/Makefile b/unittests/Rewrite/Makefile
deleted file mode 100644
index 43538d560750..000000000000
--- a/unittests/Rewrite/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- unittests/Rewrite/Makefile --------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-CLANG_LEVEL = ../..
-TESTNAME = Rewrite
-include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) support
-USEDLIBS = clangRewrite.a clangLex.a clangBasic.a
-
-include $(CLANG_LEVEL)/unittests/Makefile