[llvm-commits] CVS: llvm/runtime/libtrace/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 17 13:38:01 PDT 2003


Changes in directory llvm/runtime/libtrace:

Makefile updated: 1.6 -> 1.7

---
Log message:

This really isn't the gcc library!


---
Diffs of the changes:

Index: llvm/runtime/libtrace/Makefile
diff -u llvm/runtime/libtrace/Makefile:1.6 llvm/runtime/libtrace/Makefile:1.7
--- llvm/runtime/libtrace/Makefile:1.6	Thu Aug 14 21:38:06 2003
+++ llvm/runtime/libtrace/Makefile	Sun Aug 17 13:37:45 2003
@@ -1,7 +1,7 @@
 LEVEL = ../..
 BYTECODE_LIBRARY=1
 #DONT_BUILD_RELINKED=1
-LIBRARYNAME=gcc
+LIBRARYNAME=trace
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list