[llvm-commits] CVS: llvm/lib/Target/X86/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:30:29 PDT 2003


Changes in directory llvm/lib/Target/X86:

Makefile updated: 1.12 -> 1.13

---
Log message:

Added LLVM copyright notice to Makefiles.



---
Diffs of the changes:  (+8 -0)

Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.12 llvm/lib/Target/X86/Makefile:1.13
--- llvm/lib/Target/X86/Makefile:1.12	Wed Sep 10 14:52:54 2003
+++ llvm/lib/Target/X86/Makefile	Mon Oct 20 17:26:57 2003
@@ -1,3 +1,11 @@
+##===- lib/Target/X86/Makefile ----------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = x86
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list