[clang-tools-extra] r180721 - Allow autotools to build and install cpp11-migrate
Ariel J. Bernal
ariel.j.bernal at intel.com
Mon Apr 29 11:23:45 PDT 2013
Author: ajbernal
Date: Mon Apr 29 13:23:45 2013
New Revision: 180721
URL: http://llvm.org/viewvc/llvm-project?rev=180721&view=rev
Log:
Allow autotools to build and install cpp11-migrate
This patch fixes bug15793
cpp11-migrate was built but not installed (make install)
in the autotools build.
Modified:
clang-tools-extra/trunk/cpp11-migrate/tool/Makefile
Modified: clang-tools-extra/trunk/cpp11-migrate/tool/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/cpp11-migrate/tool/Makefile?rev=180721&r1=180720&r2=180721&view=diff
==============================================================================
--- clang-tools-extra/trunk/cpp11-migrate/tool/Makefile (original)
+++ clang-tools-extra/trunk/cpp11-migrate/tool/Makefile Mon Apr 29 13:23:45 2013
@@ -11,7 +11,6 @@ CLANG_LEVEL := ../../../..
include $(CLANG_LEVEL)/../../Makefile.config
TOOLNAME = cpp11-migrate
-NO_INSTALL = 1
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
More information about the cfe-commits
mailing list