[llvm-commits] CVS: llvm/runtime/GCCLibraries/libg/Makefile

Reid Spencer reid at x10sys.com
Tue Dec 21 21:57:47 PST 2004



Changes in directory llvm/runtime/GCCLibraries/libg:

Makefile updated: 1.7 -> 1.8
---
Log message:

For PR432: http://llvm.cs.uiuc.edu/PR432 :
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir

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

Index: llvm/runtime/GCCLibraries/libg/Makefile
diff -u llvm/runtime/GCCLibraries/libg/Makefile:1.7 llvm/runtime/GCCLibraries/libg/Makefile:1.8
--- llvm/runtime/GCCLibraries/libg/Makefile:1.7	Mon Dec 13 01:40:50 2004
+++ llvm/runtime/GCCLibraries/libg/Makefile	Tue Dec 21 23:57:33 2004
@@ -11,6 +11,6 @@
 BYTECODE_LIBRARY = 1
 DONT_BUILD_RELINKED = 1
 LIBRARYNAME = g
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list