[clang-tools-extra] r215840 - Remove mention of non-existent 'test' directory.
Manuel Klimek
klimek at google.com
Sun Aug 17 11:17:41 PDT 2014
Author: klimek
Date: Sun Aug 17 13:17:41 2014
New Revision: 215840
URL: http://llvm.org/viewvc/llvm-project?rev=215840&view=rev
Log:
Remove mention of non-existent 'test' directory.
Modified:
clang-tools-extra/trunk/clang-rename/Makefile
Modified: clang-tools-extra/trunk/clang-rename/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-rename/Makefile?rev=215840&r1=215839&r2=215840&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-rename/Makefile (original)
+++ clang-tools-extra/trunk/clang-rename/Makefile Sun Aug 17 13:17:41 2014
@@ -10,7 +10,4 @@
CLANG_LEVEL := ../../..
TOOLNAME = clang-rename
include $(CLANG_LEVEL)/../../Makefile.config
-
-DIRS = test
-
include $(CLANG_LEVEL)/Makefile
More information about the cfe-commits
mailing list