summaryrefslogtreecommitdiff
path: root/runtime/libtrace/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-02 09:58:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-02 09:58:09 +0000
commit010834654a4bb7341da7bdf62bb84d7434c903ca (patch)
treed45df8a8f79d229f3f9bf8e2ce48e9eaa47ce9eb /runtime/libtrace/Makefile
parentbe0b356593c5d87c93e83250a99878878fc62c31 (diff)
downloadllvm-010834654a4bb7341da7bdf62bb84d7434c903ca.tar.gz
llvm-010834654a4bb7341da7bdf62bb84d7434c903ca.tar.bz2
llvm-010834654a4bb7341da7bdf62bb84d7434c903ca.tar.xz
Standardize the makefiles with space around = to match the rest of LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libtrace/Makefile')
-rw-r--r--runtime/libtrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index da1f8d6301..9c8811a2b2 100644
--- a/runtime/libtrace/Makefile
+++ b/runtime/libtrace/Makefile
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-BYTECODE_LIBRARY=1
-LIBRARYNAME=trace
+BYTECODE_LIBRARY = 1
+LIBRARYNAME = trace
include $(LEVEL)/Makefile.common