[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/Makefile

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:05:36 PDT 2004



Changes in directory llvm/lib/CodeGen/InstrSched:

Makefile updated: 1.2 -> 1.3
---
Log message:

Single-space instead of double-spacing in the Makefile


---
Diffs of the changes:  (+1 -2)

Index: llvm/lib/CodeGen/InstrSched/Makefile
diff -u llvm/lib/CodeGen/InstrSched/Makefile:1.2 llvm/lib/CodeGen/InstrSched/Makefile:1.3
--- llvm/lib/CodeGen/InstrSched/Makefile:1.2	Mon Oct 20 17:26:56 2003
+++ llvm/lib/CodeGen/InstrSched/Makefile	Fri Oct  8 13:05:25 2004
@@ -6,10 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
 
+LEVEL = ../../..
 DIRS  = 
-
 LIBRARYNAME = sched
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list