summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/crtend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/runtime/GCCLibraries/crtend/Makefile')
-rw-r--r--llvm/runtime/GCCLibraries/crtend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile
index 4e100ce2edb..aa16e96451a 100644
--- a/llvm/runtime/GCCLibraries/crtend/Makefile
+++ b/llvm/runtime/GCCLibraries/crtend/Makefile
@@ -19,7 +19,7 @@ LEVEL = ../../..
DONT_BUILD_RELINKED = 1
BYTECODE_LIBRARY = 1
LIBRARYNAME = crtend
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
# However this makefile builds comp_*.bc and that's what we want in the library.
OpenPOWER on IntegriCloud