* mac-binutils.r: Fix copyright and version strings.

* Makefile.in (version): Remove, no longer used.
This commit is contained in:
Stan Shebs 1995-12-11 22:35:35 +00:00
parent 1b10f50d90
commit f44f761453
3 changed files with 8 additions and 4 deletions

View 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

View 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

View 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