From: Misha Brukman Date: Fri, 8 Oct 2004 18:11:14 +0000 (+0000) Subject: Single-space instead of double-spacing in the Makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=855ae5a8f77c05753c91c60c1f1b6d9efcd8138d;p=oota-llvm.git 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 --- 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 = ../../../.. +LEVEL = ../../../.. DIRS = - LIBRARYNAME = sparcv9regalloc - BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common