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/libgcc/Makefile b/runtime/GCCLibraries/libgcc/Makefile index 8fb67f5..74b9c91 100644 --- a/runtime/GCCLibraries/libgcc/Makefile +++ b/runtime/GCCLibraries/libgcc/Makefile
@@ -11,6 +11,6 @@ BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = gcc -BYTECODE_DESTINATION = $(cferuntime_libdir) +BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common