[llvm-commits] CVS: llvm/tools/llee/Makefile

Misha Brukman brukman at cs.uiuc.edu
Wed Aug 4 14:20:08 PDT 2004



Changes in directory llvm/tools/llee:

Makefile updated: 1.5 -> 1.6
---
Log message:

Shared libraries are usually prepended with `lib'


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.5 llvm/tools/llee/Makefile:1.6
--- llvm/tools/llee/Makefile:1.5	Mon Jan 26 14:59:41 2004
+++ llvm/tools/llee/Makefile	Wed Aug  4 16:19:27 2004
@@ -16,7 +16,7 @@
 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::






More information about the llvm-commits mailing list