* mac-binutils.r: Fix copyright and version strings.
authorStan Shebs <shebs@codesourcery.com>
Mon, 11 Dec 1995 22:35:35 +0000 (22:35 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 11 Dec 1995 22:35:35 +0000 (22:35 +0000)
* Makefile.in (version): Remove, no longer used.

binutils/ChangeLog
binutils/Makefile.in
binutils/mac-binutils.r

index b04c6e5..9f18131 100644 (file)
@@ -1,3 +1,9 @@
+Mon Dec 11 14:33:05 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mac-binutils.r: Fix copyright and version strings.
+
+       * Makefile.in (version): Remove, no longer used.
+
 Fri Dec  1 14:41:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-make.sed (install, install-only): Edit in Mac-specific
index f8508f2..67050bd 100644 (file)
@@ -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
 
index 8516237..7b1a303 100644 (file)
@@ -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