From e50b075b664c9d9baa7af605cf4c7df5a57ca5c4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 24 Apr 2005 17:43:41 +0000 Subject: There are still uses for spaces in Makefiles -- to make text line up together, regardless of the tab size/stop settings on the developer side git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21499 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-prof/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/llvm-prof/Makefile') diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index dabac6c4b1..b0d4b3e579 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-prof USEDLIBS = LLVMAnalysis.a LLVMBCReader \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + include $(LEVEL)/Makefile.common -- cgit v1.2.3