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.
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
# Host: Motorola 88k running SVR4
|
|
XDEPFILES=
|
|
XM_FILE= xm-delta88v4.h
|
|
NAT_FILE= nm-delta88v4.h
|
|
NATDEPFILES= exec.o fork-child.o m88k-nat.o corelow.o \
|
|
core-svr4.o procfs.o solib.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
|