summaryrefslogtreecommitdiff
path: root/runtime/libprofile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 05:57:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 05:57:33 +0000
commite676067be55ef23a5ea35ac0a05f4c41d3bd1ef7 (patch)
tree635ca3084c0898d13536c13de19530477105874f /runtime/libprofile
parent2f138e726f6b5a44e8a0b82abc94ae5608925297 (diff)
downloadllvm-e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7.tar.gz
llvm-e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7.tar.bz2
llvm-e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7.tar.xz
For PR432:
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile')
-rw-r--r--runtime/libprofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index 80cf4f74f0..373c54ce2a 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -13,6 +13,6 @@ SHARED_LIBRARY = 1
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