* Quoted the executable 'runtest' to emphasize the binary needed;
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jan 2009 20:26:05 +0000 (20:26 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jan 2009 20:26:05 +0000 (20:26 +0000)
  otherwise, some unlucky souls start looking for a 'dejagnu' binary...
* Properly capitalized LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61546 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 18e82b08b1886503c81e1f1399728c95382d3f5c..b6067c372fae438bb0f3e0dacfa6889f3790abfc 100644 (file)
@@ -55,7 +55,7 @@ check-local:: site.exp
          $(RUNTEST) $(RUNTESTFLAGS) )
 else
 check-local:: site.exp
-       @echo "*** dejagnu not found.  Make sure runtest is in your PATH, then reconfigure llvm."
+       @echo "*** dejagnu not found.  Make sure 'runtest' is in your PATH, then reconfigure LLVM."
 endif
 
 ifdef TESTONE