forked from OSchip/llvm-project
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. llvm-svn: 180721
This commit is contained in:
parent
31be5eff33
commit
ea64c97fa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue