From 855ae5a8f77c05753c91c60c1f1b6d9efcd8138d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 8 Oct 2004 18:11:14 +0000 Subject: [PATCH] Single-space instead of double-spacing in the Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16848 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/RegAlloc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile index 76f35a8a8c2..4daa1f5c469 100644 --- a/lib/Target/SparcV9/RegAlloc/Makefile +++ b/lib/Target/SparcV9/RegAlloc/Makefile @@ -6,12 +6,10 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../../../.. - DIRS = - LIBRARYNAME = sparcv9regalloc - BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common