diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
commit | 8aa9a8ca989c9e5c14e278550f17521a35a781cb (patch) | |
tree | f586193b2bf727af17b7f090dfc9b9b158887ebd /runtime/libprofile | |
parent | f5b709854f79054c218cb9cb0036a1eeae7deeb3 (diff) | |
download | external_llvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.zip external_llvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.tar.gz external_llvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.tar.bz2 |
Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile')
-rw-r--r-- | runtime/libprofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index d496168..83cf35b 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -6,13 +6,12 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. BYTECODE_LIBRARY=1 SHARED_LIBRARY=1 -#DONT_BUILD_RELINKED=1 LIBRARYNAME=profile_rt EXTRA_DIST = exported_symbols.lst EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst include $(LEVEL)/Makefile.common - |