From f44f761453e345eecdcc49b00797c98199a9851a Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 11 Dec 1995 22:35:35 +0000 Subject: * mac-binutils.r: Fix copyright and version strings. * Makefile.in (version): Remove, no longer used. --- binutils/ChangeLog | 6 ++++++ binutils/Makefile.in | 2 -- binutils/mac-binutils.r | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b04c6e5..9f18131 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 11 14:33:05 1995 Stan Shebs + + * mac-binutils.r: Fix copyright and version strings. + + * Makefile.in (version): Remove, no longer used. + Fri Dec 1 14:41:56 1995 Stan Shebs * mpw-make.sed (install, install-only): Edit in Mac-specific diff --git a/binutils/Makefile.in b/binutils/Makefile.in index f8508f2..67050bd 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -78,8 +78,6 @@ VERSION=cygnus-2.6 # Distribution name DIST_NAME=binutils-${VERSION} -version=`./../gcc/gcc -dumpversion` - # Where to find texinfo.tex to format docn with TeX TEXIDIR = $(srcdir)/../texinfo diff --git a/binutils/mac-binutils.r b/binutils/mac-binutils.r index 8516237..7b1a303 100644 --- a/binutils/mac-binutils.r +++ b/binutils/mac-binutils.r @@ -11,7 +11,7 @@ resource 'vers' (1) { 0, verUs, VERSION_STRING, - VERSION_STRING " (c) 1986-95 FSF, Inc. " + VERSION_STRING " (C) 1986-95 FSF, Inc." }; resource 'vers' (2, purgeable) { @@ -21,7 +21,7 @@ resource 'vers' (2, purgeable) { 0, verUs, VERSION_STRING, - "binutils " /* fill in major/minor versions */ "for MPW" + "binutils " VERSION_STRING " for MPW" }; #ifdef WANT_CFRG -- cgit v1.1