diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
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. |