summaryrefslogtreecommitdiff
path: root/runtime/libprofile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-02 09:31:40 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-02 09:31:40 +0000
commit8aa9a8ca989c9e5c14e278550f17521a35a781cb (patch)
treef586193b2bf727af17b7f090dfc9b9b158887ebd /runtime/libprofile
parentf5b709854f79054c218cb9cb0036a1eeae7deeb3 (diff)
downloadllvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.tar.gz
llvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.tar.bz2
llvm-8aa9a8ca989c9e5c14e278550f17521a35a781cb.tar.xz
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/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index d496168c2c..83cf35b40b 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
-