[llvm-commits] CVS: llvm/tools/llee/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 29 11:37:01 PDT 2004
Changes in directory llvm/tools/llee:
Makefile updated: 1.10 -> 1.11
---
Log message:
LLEE execve() wrapper library has changed its name and location
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.10 llvm/tools/llee/Makefile:1.11
--- llvm/tools/llee/Makefile:1.10 Wed Oct 27 18:18:45 2004
+++ llvm/tools/llee/Makefile Fri Oct 29 13:36:51 2004
@@ -17,7 +17,7 @@
$(TOOLDIR)/llee: Makefile
@$(ECHO) Constructing llee shell script
- $(VERB) echo exec env LD_PRELOAD=$(TOOLDIR)/libexecve$(SHLIBEXT) $$\* > $@
+ $(VERB) echo exec env LD_PRELOAD=$(LIBDIR)/libLLVMexecve$(SHLIBEXT) $$\* > $@
$(VERB) chmod u+x $@
clean::
More information about the llvm-commits
mailing list