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

John Criswell criswell at cs.uiuc.edu
Mon Jan 26 15:00:02 PST 2004


Changes in directory llvm/tools/llee:

Makefile updated: 1.4 -> 1.5

---
Log message:

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



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

Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.4 llvm/tools/llee/Makefile:1.5
--- llvm/tools/llee/Makefile:1.4	Mon Oct 20 17:27:26 2003
+++ llvm/tools/llee/Makefile	Mon Jan 26 14:59:41 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