summaryrefslogtreecommitdiff
path: root/tools/llee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llee/Makefile')
-rw-r--r--tools/llee/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/llee/Makefile b/tools/llee/Makefile
index ddb6a00114..534f7905b5 100644
--- a/tools/llee/Makefile
+++ b/tools/llee/Makefile
@@ -13,11 +13,11 @@ include $(LEVEL)/Makefile.common
all:: llee
-llee: $(DESTTOOLCURRENT)/llee
+llee: $(TOOLDIR)/llee
-$(DESTTOOLCURRENT)/llee: Makefile
- echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/libexecve$(SHLIBEXT) $$\* > $@
+$(TOOLDIR)/llee: Makefile
+ echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
chmod u+x $@
clean::
- rm -f $(DESTTOOLCURRENT)/llee
+ rm -f $(TOOLDIR)/llee