mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
cfeed64ee6
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.
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
# Host: Motorola 88k running SVR3
|
|
XDEPFILES=
|
|
XM_FILE= xm-delta88.h
|
|
NAT_FILE= nm-m88k.h
|
|
NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o m88k-nat.o
|
|
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
|