Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17594 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-11-07 22:26:43 +00:00
parent e243e2ff45
commit a1527534bb

View File

@ -14,12 +14,12 @@ include $(LEVEL)/Makefile.common
all:: llee
llee: $(ToolDir)/llee
llee: $(LLVMToolDir)/llee
$(ToolDir)/llee: Makefile
$(LLVMToolDir)/llee: Makefile
$(Echo) Constructing llee shell script
$(Verb) echo exec env LD_PRELOAD=$(LibDir)/libLLVMexecve$(SHLIBEXT) $$\* > $@
$(Verb) chmod u+x $@
clean::
$(Verb) rm -f $(ToolDir)/llee
$(Verb) rm -f $(LLVMToolDir)/llee