1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 a757bae04f
commit 6260f0e534

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::