Fix PR3304
[oota-llvm.git] / test / Makefile
index 676114850a887cdd2f538cd59d6c628d77bb3560..b6067c372fae438bb0f3e0dacfa6889f3790abfc 100644 (file)
@@ -7,8 +7,8 @@
 # 
 #===------------------------------------------------------------------------===#
 
-LEVEL  = ..
-DIRS   
+LEVEL = ..
+DIRS  = 
 
 #
 # Make Dejagnu the default for testing
@@ -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