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

Misha Brukman brukman at cs.uiuc.edu
Sun Oct 31 09:31:03 PST 2004



Changes in directory llvm/tools/llee:

Makefile updated: 1.12 -> 1.13
---
Log message:

No, really, the library name is `LLVMexecve'


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

Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.12 llvm/tools/llee/Makefile:1.13
--- llvm/tools/llee/Makefile:1.12	Sat Oct 30 04:19:36 2004
+++ llvm/tools/llee/Makefile	Sun Oct 31 11:30:52 2004
@@ -18,7 +18,7 @@
 
 $(ToolDir)/llee: Makefile
 	$(Echo) Constructing llee shell script
-	$(Verb) echo exec env LD_PRELOAD=$(LibDir)/libexecve$(SHLIBEXT) $$\* > $@
+	$(Verb) echo exec env LD_PRELOAD=$(LibDir)/libLLVMexecve$(SHLIBEXT) $$\* > $@
 	$(Verb) chmod u+x $@
 
 clean::






More information about the llvm-commits mailing list