summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libtrace
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
commite301401118d61525f28c2b6dfdb7f376bbb45fb9 (patch)
tree13c559600f5f1d7e156c38c46b7aaacd77e33ad0 /llvm/runtime/libtrace
parent2bba41c7607b546ee34f91f5fb453a5995af6187 (diff)
downloadbcm5719-llvm-e301401118d61525f28c2b6dfdb7f376bbb45fb9.tar.gz
bcm5719-llvm-e301401118d61525f28c2b6dfdb7f376bbb45fb9.zip
For PR432:
* Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
Diffstat (limited to 'llvm/runtime/libtrace')
-rw-r--r--llvm/runtime/libtrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libtrace/Makefile b/llvm/runtime/libtrace/Makefile
index 31c5a2170dc..b39ca6b10ca 100644
--- a/llvm/runtime/libtrace/Makefile
+++ b/llvm/runtime/libtrace/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = trace
-BYTECODE_DESTINATION = $(cferuntime_libdir)
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud