1993-03-23 09:19:58 +08:00
|
|
|
# Host: Merlin running utek 2.1
|
|
|
|
XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o
|
|
|
|
XM_FILE= xm-merlin.h
|
1993-10-06 05:25:10 +08:00
|
|
|
|
|
|
|
# FIXME: M_INSTALL is gone from the gdb makefile. If anyone cares
|
|
|
|
# about the Merlin anymore, and the bug which inspired
|
|
|
|
# SHELL_FILE/gdb-sh is still there, will need to reinstate it. Also,
|
|
|
|
# this should be done for native only.
|
|
|
|
|
1993-06-24 03:44:05 +08:00
|
|
|
# See SHELL_FILE in xm-merlin.h for a explanation of this.
|
1993-10-06 05:25:10 +08:00
|
|
|
|
1993-06-24 03:44:05 +08:00
|
|
|
# FIXME: This should use $prefix, but only if SHELL_FILE does too.
|
1993-10-06 05:25:10 +08:00
|
|
|
|
1993-03-23 09:19:58 +08:00
|
|
|
M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
|
|
|
|
chmod ogu+rw /usr/local/lib/gdb-sh
|
1993-06-24 06:06:58 +08:00
|
|
|
M_UNINSTALL = rm -f /usr/local/lib/gdb-sh
|