From: Misha Brukman Date: Wed, 4 Aug 2004 21:19:27 +0000 (+0000) Subject: Shared libraries are usually prepended with `lib' X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eab43d86fb1cf4d3bbb3a591cc4fc37a464e67c3;p=oota-llvm.git Shared libraries are usually prepended with `lib' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15502 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llee/Makefile b/tools/llee/Makefile index 50632e09743..be9e2fb352c 100644 --- a/tools/llee/Makefile +++ b/tools/llee/Makefile @@ -16,7 +16,7 @@ all:: llee llee: $(DESTTOOLCURRENT)/llee $(DESTTOOLCURRENT)/llee: Makefile - echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve$(SHLIBEXT) $$\* > $@ + echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/libexecve$(SHLIBEXT) $$\* > $@ chmod u+x $@ clean::