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

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 20:21:37 PST 2004


Changes in directory llvm/tools/llee:

Makefile updated: 1.4 -> 1.4.6.1

---
Log message:

Merge from trunk

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

Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.4 llvm/tools/llee/Makefile:1.4.6.1
--- llvm/tools/llee/Makefile:1.4	Mon Oct 20 17:27:26 2003
+++ llvm/tools/llee/Makefile	Mon Mar  1 17:59:18 2004
@@ -16,7 +16,7 @@
 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::





More information about the llvm-commits mailing list