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).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-11-08 05:35:03 +00:00
parent 2e9ac69f8b
commit a43efac545

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)