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
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
