projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222c98b
)
Single-space instead of double-spacing in the Makefile
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 8 Oct 2004 18:11:14 +0000
(18:11 +0000)
committer
Misha 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
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/RegAlloc/Makefile
b/lib/Target/SparcV9/RegAlloc/Makefile
index 76f35a8a8c21740d82bd309562cda5aea6ed8465..4daa1f5c469c7ead808e0d775dad0f62df6a82be 100644
(file)
--- 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