From 1481a5c4c7040ba96025c4e4e41b40c7da7843b4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 8 Oct 2004 18:05:25 +0000 Subject: [PATCH] Single-space instead of double-spacing in the Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16845 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSched/Makefile | 3 +-- lib/Target/SparcV9/InstrSched/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile index acc95d35cc0..511e04b36f1 100644 --- a/lib/CodeGen/InstrSched/Makefile +++ b/lib/CodeGen/InstrSched/Makefile @@ -6,10 +6,9 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../../.. DIRS = - LIBRARYNAME = sched include $(LEVEL)/Makefile.common diff --git a/lib/Target/SparcV9/InstrSched/Makefile b/lib/Target/SparcV9/InstrSched/Makefile index acc95d35cc0..511e04b36f1 100644 --- a/lib/Target/SparcV9/InstrSched/Makefile +++ b/lib/Target/SparcV9/InstrSched/Makefile @@ -6,10 +6,9 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../../.. DIRS = - LIBRARYNAME = sched include $(LEVEL)/Makefile.common -- 2.34.1