diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 21:25:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 21:25:10 +0000 |
commit | cfeed64ee6661d5402bae12f86c9837bb9e6f2e1 (patch) | |
tree | 9e5db419811bca1f91ddb67685c11cfe3916c945 /gdb/config/m88k/delta88.mh | |
parent | ebccb10ba5461dcfcf7d7acb893dd99d3b4b8118 (diff) | |
download | binutils-cfeed64ee6661d5402bae12f86c9837bb9e6f2e1.zip binutils-cfeed64ee6661d5402bae12f86c9837bb9e6f2e1.tar.gz binutils-cfeed64ee6661d5402bae12f86c9837bb9e6f2e1.tar.bz2 |
* Makefile.in (install, uninstall): Remove $$n.1 stuff; I don't
understand what it is trying to do, but I suspect it's not doing
it.
* config/ns32k/merlin.mh: Add comment about M_INSTALL.
* config/m88k/{delta88.mh,delta88v4.mh}: Remove M_INSTALL and
M_UNINSTALL; it tries to install a non-existent file gdb.z.
* Makefile.in: Remove M_INSTALL stuff; the above were the only uses.
Diffstat (limited to 'gdb/config/m88k/delta88.mh')
-rw-r--r-- | gdb/config/m88k/delta88.mh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/m88k/delta88.mh b/gdb/config/m88k/delta88.mh index 4093143..8071607 100644 --- a/gdb/config/m88k/delta88.mh +++ b/gdb/config/m88k/delta88.mh @@ -7,5 +7,3 @@ REGEX=regex.o REGEX1=regex.o # Have to use /bin/nm because a bfd nm won't do the right thing MUNCH_DEFINE=MUNCH_NM=/bin/nm -M_INSTALL=cp gdb.z $(ddestdir)/man/man1 -M_UNINSTALL = rm -f $(ddestdir)/man/man1 |