[llvm-commits] CVS: llvm/lib/Target/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:30:47 PDT 2003
Changes in directory llvm/lib/Target:
Makefile updated: 1.8 -> 1.9
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.8 llvm/lib/Target/Makefile:1.9
--- llvm/lib/Target/Makefile:1.8 Wed Nov 20 14:17:03 2002
+++ llvm/lib/Target/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/Target/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 = ../..
DIRS = Sparc X86
LIBRARYNAME = target
More information about the llvm-commits
mailing list