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