From 8aa9a8ca989c9e5c14e278550f17521a35a781cb Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 2 Dec 2004 09:31:40 +0000 Subject: 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 --- runtime/libprofile/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/libprofile') 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 - -- cgit v1.2.3