[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sun May 28 00:22:57 PDT 2006
Changes in directory llvm/test:
Makefile updated: 1.88 -> 1.89
---
Log message:
Fix a problem where dejagnu won't accept the value of global tcl variable
"libdir" for some reason. Changing to llvmlibsdir instead fixes it.
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.88 llvm/test/Makefile:1.89
--- llvm/test/Makefile:1.88 Sat May 27 23:21:40 2006
+++ llvm/test/Makefile Sun May 28 02:22:40 2006
@@ -47,8 +47,8 @@
@echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
@echo 'set llvmgcc_version "$(LLVMGCC_VERSION)"' >> site.tmp
@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
- @echo 'set tooldir "$(ToolDir)"' >>site.tmp
- @echo 'set libdir "$(LibDir)"' >>site.tmp
+ @echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp
+ @echo 'set llvmlibsdir "$(LibDir)"' >>site.tmp
@echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
@echo 'set objroot "$(LLVM_OBJ_ROOT)"' >>site.tmp
@echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
More information about the llvm-commits
mailing list