LLEE execve() wrapper library has changed its name and location

llvm-svn: 17339
This commit is contained in:
Misha Brukman 2004-10-29 18:36:51 +00:00
parent 9a51b8ca7c
commit 8600a7ac84
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ llee: $(TOOLDIR)/llee
$(TOOLDIR)/llee: Makefile
@$(ECHO) Constructing llee shell script
$(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
$(VERB) echo exec env LD_PRELOAD=$(LIBDIR)/libLLVMexecve$(SHLIBEXT) $$\* > $@
$(VERB) chmod u+x $@
clean::