projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7338ae5
)
Shared libraries are usually prepended with `lib'
author
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 4 Aug 2004 21:19:27 +0000
(21:19 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 4 Aug 2004 21:19:27 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15502
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llee/Makefile
patch
|
blob
|
history
diff --git
a/tools/llee/Makefile
b/tools/llee/Makefile
index 50632e09743825e2122f0ab7db6d064bff8e24ae..be9e2fb352ca9765d146ac309454d488ec5fad83 100644
(file)
--- 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)/
lib
execve$(SHLIBEXT) $$\* > $@
chmod u+x $@
clean::