[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 8 11:11:24 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/RegAlloc:
Makefile updated: 1.5 -> 1.6
---
Log message:
Single-space instead of double-spacing in the Makefile
---
Diffs of the changes: (+1 -3)
Index: llvm/lib/Target/SparcV9/RegAlloc/Makefile
diff -u llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.5 llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.6
--- llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.5 Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/Makefile Fri Oct 8 13:11:14 2004
@@ -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
More information about the llvm-commits
mailing list