diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-12-11 22:35:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-12-11 22:35:35 +0000 |
commit | f44f761453e345eecdcc49b00797c98199a9851a (patch) | |
tree | 1cb7c3add39cac61a222072fd4b915127263f66b /binutils/Makefile.in | |
parent | 1b10f50d907cd4018cbbfecb752022896abdb85a (diff) | |
download | gdb-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.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |