Fix for cpp11-migrate built but not install, bug15793

Bernal, Ariel J ariel.j.bernal at intel.com
Mon Apr 29 07:11:33 PDT 2013


Please, could someone review this patch? It fixes http://llvm.org/bugs/show_bug.cgi?id=15793.
This allows autotools to build and install cpp11-migrate.


diff --git a/cpp11-migrate/tool/Makefile b/cpp11-migrate/tool/Makefile
index 193f069..75fca16 100644
--- a/cpp11-migrate/tool/Makefile
+++ b/cpp11-migrate/tool/Makefile
@@ -4,21 +4,20 @@
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
 CLANG_LEVEL := ../../../..
include $(CLANG_LEVEL)/../../Makefile.config
 TOOLNAME = cpp11-migrate
-NO_INSTALL = 1
 # No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
 SOURCES = Cpp11Migrate.cpp
 # FIXME: All these gross relative paths will go away once transforms are lib-ified.
 # For each Transform subdirectory add to SOURCES and BUILT_SOURCES.
# BUILT_SOURCES ensures a subdirectory is created to house object files from



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130429/0f7560e5/attachment.html>


More information about the cfe-commits mailing list