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

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



Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile updated: 1.26 -> 1.27
---
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/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.26 llvm/runtime/GCCLibraries/crtend/Makefile:1.27
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.26	Mon Dec 13 01:40:50 2004
+++ llvm/runtime/GCCLibraries/crtend/Makefile	Tue Dec 21 23:57:33 2004
@@ -19,7 +19,7 @@
 DONT_BUILD_RELINKED = 1
 BYTECODE_LIBRARY = 1
 LIBRARYNAME = crtend
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 # Note: We're using FAKE_SOURCES because the comp_*.c don't really exists. 
 # However this makefile builds comp_*.bc and that's what we want in the library.






More information about the llvm-commits mailing list