diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 17:07:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 17:07:13 -0400 |
commit | ed2ecfcbc9bfe6609c8992fd3161bade254dbc32 (patch) | |
tree | ad5d18c44e10a7da8889e998cd00f465889e6682 /gcc/objc | |
parent | de18aff3482f070d444647a52bf2b1b7c0f03407 (diff) | |
download | gcc-ed2ecfcbc9bfe6609c8992fd3161bade254dbc32.zip gcc-ed2ecfcbc9bfe6609c8992fd3161bade254dbc32.tar.gz gcc-ed2ecfcbc9bfe6609c8992fd3161bade254dbc32.tar.bz2 |
Update header.
From-SVN: r9989
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index bd08d75..7a6a1e9 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU CC; see the file COPYING. If not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. */ +# Boston, MA 02111-1307, USA. # This makefile is run by the parent dir's makefile. # thisdir1=`pwd`; \ |