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

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


Changes in directory llvm/runtime/GCCLibraries:

Makefile updated: 1.2 -> 1.3

---
Log message:

Added LLVM copyright to Makefiles.



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

Index: llvm/runtime/GCCLibraries/Makefile
diff -u llvm/runtime/GCCLibraries/Makefile:1.2 llvm/runtime/GCCLibraries/Makefile:1.3
--- llvm/runtime/GCCLibraries/Makefile:1.2	Wed Aug 27 17:18:23 2003
+++ llvm/runtime/GCCLibraries/Makefile	Mon Oct 20 17:28:47 2003
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/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.
+# 
+##===----------------------------------------------------------------------===##
 # llvm/runtime/GCCLibraries Makefile:  Build all subdirectories automatically
 
 LEVEL = ../..





More information about the llvm-commits mailing list