[clang-tools-extra] r215545 - Try to unbreak the Makefile build.

Benjamin Kramer benny.kra at googlemail.com
Wed Aug 13 06:20:04 PDT 2014


Author: d0k
Date: Wed Aug 13 08:20:04 2014
New Revision: 215545

URL: http://llvm.org/viewvc/llvm-project?rev=215545&view=rev
Log:
Try to unbreak the Makefile build.

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

Modified: clang-tools-extra/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/Makefile?rev=215545&r1=215544&r2=215545&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/Makefile (original)
+++ clang-tools-extra/trunk/test/Makefile Wed Aug 13 08:20:04 2014
@@ -60,6 +60,7 @@ lit.site.cfg: FORCE
 Unit/lit.site.cfg: FORCE
 	@echo "Making Unit/lit.site.cfg for Clang extra tools..."
 	@$(MKDIR) $(dir $@)
+	@$(ECHOPATH) s=@LLVM_LIBS_DIR@=$(LibDir)=g >> lit.tmp
 	@$(ECHOPATH) s=@CLANG_TOOLS_BINARY_DIR@=$(PROJ_OBJ_DIR)/..=g >> lit.tmp
 	@$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> lit.tmp
 	@$(ECHOPATH) s=@CLANG_TOOLS_SOURCE_DIR@=$(PROJ_SRC_DIR)/..=g >> lit.tmp





More information about the cfe-commits mailing list