OSDN Git Service

Single-space instead of double-spacing in the Makefile
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 18:11:14 +0000 (18:11 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 18:11:14 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16848 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/RegAlloc/Makefile

index 76f35a8..4daa1f5 100644 (file)
@@ -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