aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-12-11 22:35:35 +0000
committerStan Shebs <shebs@codesourcery.com>1995-12-11 22:35:35 +0000
commitf44f761453e345eecdcc49b00797c98199a9851a (patch)
tree1cb7c3add39cac61a222072fd4b915127263f66b
parent1b10f50d907cd4018cbbfecb752022896abdb85a (diff)
downloadgdb-f44f761453e345eecdcc49b00797c98199a9851a.zip
gdb-f44f761453e345eecdcc49b00797c98199a9851a.tar.gz
gdb-f44f761453e345eecdcc49b00797c98199a9851a.tar.bz2
* mac-binutils.r: Fix copyright and version strings.
* Makefile.in (version): Remove, no longer used.
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/Makefile.in2
-rw-r--r--binutils/mac-binutils.r4
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 <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
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