[clang-tools-extra] r189681 - clang-replace: Fix autoconf build failures

Edwin Vane edwin.vane at intel.com
Fri Aug 30 08:40:26 PDT 2013


Author: revane
Date: Fri Aug 30 10:40:26 2013
New Revision: 189681

URL: http://llvm.org/viewvc/llvm-project?rev=189681&view=rev
Log:
clang-replace: Fix autoconf build failures

Updating autoconf files to reflect changes to directory structure


Modified:
    clang-tools-extra/trunk/clang-replace/Makefile

Modified: clang-tools-extra/trunk/clang-replace/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-replace/Makefile?rev=189681&r1=189680&r2=189681&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-replace/Makefile (original)
+++ clang-tools-extra/trunk/clang-replace/Makefile Fri Aug 30 10:40:26 2013
@@ -10,6 +10,6 @@
 CLANG_LEVEL := ../../..
 include $(CLANG_LEVEL)/../../Makefile.config
 
-DIRS = lib/Replace tool
+DIRS = lib/Tooling tool
 
 include $(CLANG_LEVEL)/Makefile





More information about the cfe-commits mailing list