summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libucb/Makefile
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/GCCLibraries/libucb/Makefile
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/GCCLibraries/libucb/Makefile')
-rw-r--r--runtime/GCCLibraries/libucb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/libucb/Makefile b/runtime/GCCLibraries/libucb/Makefile
index b5a175e72a..c54d2820f8 100644
--- a/runtime/GCCLibraries/libucb/Makefile
+++ b/runtime/GCCLibraries/libucb/Makefile
@@ -11,6 +11,6 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
DONT_BUILD_RELINKED = 1
LIBRARYNAME = ucb
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
include $(LEVEL)/Makefile.common