mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
9 lines
368 B
Plaintext
9 lines
368 B
Plaintext
# Host: Merlin running utek 2.1
|
|
XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o
|
|
XM_FILE= xm-merlin.h
|
|
# See SHELL_FILE in xm-merlin.h for a explanation of this.
|
|
# FIXME: This should use $prefix, but only if SHELL_FILE does too.
|
|
M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
|
|
chmod ogu+rw /usr/local/lib/gdb-sh
|
|
M_UNINSTALL = rm -f /usr/local/lib/gdb-sh
|