diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:58:09 +0000 |
commit | 010834654a4bb7341da7bdf62bb84d7434c903ca (patch) | |
tree | d45df8a8f79d229f3f9bf8e2ce48e9eaa47ce9eb /runtime/libprofile | |
parent | be0b356593c5d87c93e83250a99878878fc62c31 (diff) | |
download | external_llvm-010834654a4bb7341da7bdf62bb84d7434c903ca.zip external_llvm-010834654a4bb7341da7bdf62bb84d7434c903ca.tar.gz external_llvm-010834654a4bb7341da7bdf62bb84d7434c903ca.tar.bz2 |
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/libprofile')
-rw-r--r-- | runtime/libprofile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index 83cf35b..add0b25 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -8,9 +8,9 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -BYTECODE_LIBRARY=1 -SHARED_LIBRARY=1 -LIBRARYNAME=profile_rt +BYTECODE_LIBRARY = 1 +SHARED_LIBRARY = 1 +LIBRARYNAME = profile_rt EXTRA_DIST = exported_symbols.lst EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst |