diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 05:57:33 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 05:57:33 +0000 |
| commit | e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7 (patch) | |
| tree | 635ca3084c0898d13536c13de19530477105874f /runtime/libtrace | |
| parent | 2f138e726f6b5a44e8a0b82abc94ae5608925297 (diff) | |
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/libtrace')
| -rw-r--r-- | runtime/libtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 31c5a2170d..b39ca6b10c 100644 --- a/runtime/libtrace/Makefile +++ b/runtime/libtrace/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. BYTECODE_LIBRARY = 1 LIBRARYNAME = trace -BYTECODE_DESTINATION = $(cferuntime_libdir) +BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common |
