1 # Host: Merlin running utek 2.1
2 XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o
5 # FIXME: M_INSTALL is gone from the gdb makefile. If anyone cares
6 # about the Merlin anymore, and the bug which inspired
7 # SHELL_FILE/gdb-sh is still there, will need to reinstate it. Also,
8 # this should be done for native only.
10 # See SHELL_FILE in xm-merlin.h for a explanation of this.
12 # FIXME: This should use $prefix, but only if SHELL_FILE does too.
14 M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
15 chmod ogu+rw /usr/local/lib/gdb-sh
16 M_UNINSTALL = rm -f /usr/local/lib/gdb-sh