commit | e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Wed Dec 22 05:57:33 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Wed Dec 22 05:57:33 2004 +0000 |
tree | 635ca3084c0898d13536c13de19530477105874f | |
parent | 2f138e726f6b5a44e8a0b82abc94ae5608925297 [diff] [blame] |
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
diff --git a/runtime/GCCLibraries/libc/Makefile b/runtime/GCCLibraries/libc/Makefile index ba8033c..c2106e0 100644 --- a/runtime/GCCLibraries/libc/Makefile +++ b/runtime/GCCLibraries/libc/Makefile
@@ -11,7 +11,7 @@ BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = c -BYTECODE_DESTINATION = $(cferuntime_libdir) +BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common