1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Override PATH to submake so that all tools are found if the PATH is

not set up properly (it also avoids using different tools that happen
to be in the path).

llvm-svn: 17612
This commit is contained in:
Alkis Evlogimenos 2004-11-08 05:35:03 +00:00
parent 72122e4a8f
commit e6e07d31ff

View File

@ -37,4 +37,4 @@ check ::
tools-only: all
check-dejagnu:
cd test; $(MAKE) check-dejagnu TESTSUITE=$(TESTSUITE)
PATH=$(LLVMToolDir):$(PATH) $(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)