Index: tools/clang/rewrite_scoped_ptr_ctor_null/Makefile |
diff --git a/tools/clang/rewrite_scoped_ptr_ctor_null/Makefile b/tools/clang/rewrite_scoped_ptr_ctor_null/Makefile |
deleted file mode 100644 |
index f807d89c9ae1ab800cf0682c50d30f65913e37a5..0000000000000000000000000000000000000000 |
--- a/tools/clang/rewrite_scoped_ptr_ctor_null/Makefile |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-# Copyright (c) 2013 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
-# |
-# This Makefile requires the LLVM build system. In order to build this tool, |
-# please run tools/clang/scripts/build_tool.py. |
- |
-CLANG_LEVEL := ../.. |
- |
-TOOLNAME = rewrite_scoped_ptr_ctor_null |
- |
-NO_INSTALL = 1 |
- |
-include $(CLANG_LEVEL)/../../Makefile.config |
- |
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc |
-USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ |
- clangRewriteFrontend.a clangRewriteCore.a clangParse.a clangSema.a \ |
- clangAnalysis.a clangAST.a clangASTMatchers.a clangEdit.a \ |
- clangLex.a clangBasic.a |
- |
-include $(CLANG_LEVEL)/Makefile |
- |