From b0b51b36d52cd555ec541c3ba0fb0624f1db984b Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 4 Sep 2013 17:47:21 +0000 Subject: [PATCH] This is apparantely the one makefile that actually has file names in it. ;] Update them. Sorry for the breakage. llvm-svn: 189963 --- clang-tools-extra/clang-modernize/tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clang-modernize/tool/Makefile b/clang-tools-extra/clang-modernize/tool/Makefile index 0e055674861a..2d31cdc3dcb6 100644 --- a/clang-tools-extra/clang-modernize/tool/Makefile +++ b/clang-tools-extra/clang-modernize/tool/Makefile @@ -15,7 +15,7 @@ TOOLNAME = clang-modernize # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 -SOURCES = Cpp11Migrate.cpp +SOURCES = ClangModernize.cpp # FIXME: All these gross relative paths will go away once transforms are lib-ified.