aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2007-01-02 22:20:41 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2007-01-02 22:20:41 +0000
commitce7b00a869001b1b1da8718ff5fdc0db54bc94ee (patch)
tree9e7fa33c09d94de3d85329eec096048b490b83c6 /gcc
parentb3e7b87f994543f3b8d182ed86be891675dc9984 (diff)
downloadgcc-ce7b00a869001b1b1da8718ff5fdc0db54bc94ee.zip
gcc-ce7b00a869001b1b1da8718ff5fdc0db54bc94ee.tar.gz
gcc-ce7b00a869001b1b1da8718ff5fdc0db54bc94ee.tar.bz2
Makefile.in: Update copyright year.
gcc/ 2007-01-02 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Update copyright year. From-SVN: r120360
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90475ed..e15b77c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
+ * Makefile.in: Update copyright year.
+
+2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
+
* Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
in $(lang_checks) and check-consistency targets.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 9693f49..35a3b58 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2,7 +2,7 @@
# Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-# 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+# 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
# Free Software Foundation, Inc.
#This file is part of GCC.