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.