Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into

every file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2004-01-26 20:59:41 +00:00
parent 48e9f26df5
commit 7f7d16b62f
6 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ all:: llee
llee: $(DESTTOOLCURRENT)/llee
$(DESTTOOLCURRENT)/llee: Makefile
echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve.so $$\* > $@
echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve$(SHLIBEXT) $$\* > $@
chmod u+x $@
clean::