From 33d0a03478b50e4d7dbb4eabb478d5f3eac031a4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 1 Jan 2009 20:26:05 +0000 Subject: [PATCH] * Quoted the executable 'runtest' to emphasize the binary needed; 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 18e82b08b18..b6067c372fa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 -- 2.34.1