[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 17:35:23 PDT 2003


Changes in directory llvm/runtime/GCCLibraries/crtend:

Makefile updated: 1.6 -> 1.7

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.6 llvm/runtime/GCCLibraries/crtend/Makefile:1.7
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.6	Mon Sep 15 14:22:36 2003
+++ llvm/runtime/GCCLibraries/crtend/Makefile	Mon Oct 20 17:28:47 2003
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/crtend/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 = ../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1





More information about the llvm-commits mailing list