Changes in directory llvm/test:

Makefile updated: 1.99 -> 1.100
---
Log message:

Look for site.exp in the build directory, not the source directory.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.99 llvm/test/Makefile:1.100
--- llvm/test/Makefile:1.99     Sun Apr 15 14:27:27 2007
+++ llvm/test/Makefile  Mon Apr 16 11:45:12 2007
@@ -48,7 +48,7 @@
 SUBDIR := $(shell dirname $(CLEANED_TESTONE))
 TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
 check-one: site.exp $(TCLSH)
-       $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
+       $(Verb)( echo "source $(LLVM_OBJ_ROOT)/test/site.exp" ; \
          echo "set subdir $(SUBDIR)" ; \
          echo "proc pass  { msg } { puts \"PASS: \$$msg\" } "; \
          echo "proc fail  { msg } { puts \"FAIL: \$$msg\" }" ; \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to