From: Misha Brukman Date: Fri, 29 Oct 2004 18:36:51 +0000 (+0000) Subject: LLEE execve() wrapper library has changed its name and location X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a6ad12d4faf62c8e6499fa62ebcd8d8ed4e8dbf5;p=oota-llvm.git LLEE execve() wrapper library has changed its name and location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17339 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llee/Makefile b/tools/llee/Makefile index 9e9fc60a3c8..6d0f0331e8e 100644 --- a/tools/llee/Makefile +++ b/tools/llee/Makefile @@ -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::