summaryrefslogtreecommitdiff
path: root/tools/llee/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 21:02:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 21:02:23 +0000
commit40a955ab051d1c265419ce8d0431714f043d907b (patch)
tree958bf7679016e33120b0a0811f31ea76c8661765 /tools/llee/Makefile
parent8c2c3152d64aafe24b5b67cd7d670658eb65df18 (diff)
downloadllvm-40a955ab051d1c265419ce8d0431714f043d907b.tar.gz
llvm-40a955ab051d1c265419ce8d0431714f043d907b.tar.bz2
llvm-40a955ab051d1c265419ce8d0431714f043d907b.tar.xz
We're not doing automake any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17168 91177308-0d34-0410-b5e6-96231b3b80d8
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