summaryrefslogtreecommitdiffstats
path: root/tools/llee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llee/Makefile')
-rw-r--r--tools/llee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llee/Makefile b/tools/llee/Makefile
index 9e9fc60..6d0f033 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::