mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
* Quoted the executable 'runtest' to emphasize the binary needed;
otherwise, some unlucky souls start looking for a 'dejagnu' binary... * Properly capitalized LLVM. llvm-svn: 61546
This commit is contained in:
parent
07002edaca
commit
361188d5bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user