* mac-binutils.r: Fix copyright and version strings.
* Makefile.in (version): Remove, no longer used.
This commit is contained in:
parent
1b10f50d90
commit
f44f761453
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue