[llvm-commits] CVS: llvm/tools/gccld/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:28:53 PDT 2003
Changes in directory llvm/tools/gccld:
Makefile updated: 1.5 -> 1.6
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.5 llvm/tools/gccld/Makefile:1.6
--- llvm/tools/gccld/Makefile:1.5 Tue Jul 23 12:50:58 2002
+++ llvm/tools/gccld/Makefile Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/gccld/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 = ../..
TOOLNAME = gccld
More information about the llvm-commits
mailing list