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

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



Changes in directory llvm/runtime/libprofile:

Makefile updated: 1.5 -> 1.6
---
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/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.5 llvm/runtime/libprofile/Makefile:1.6
--- llvm/runtime/libprofile/Makefile:1.5	Mon Dec 13 01:40:50 2004
+++ llvm/runtime/libprofile/Makefile	Tue Dec 21 23:57:33 2004
@@ -13,6 +13,6 @@
 LIBRARYNAME = profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list