From 1481a5c4c7040ba96025c4e4e41b40c7da7843b4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 8 Oct 2004 18:05:25 +0000 Subject: 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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile index acc95d3..511e04b 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 -- cgit v1.1