diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
commit | c906108c21474dfb4ed285bcc0ac6fe02cd400cc (patch) | |
tree | a0015aa5cedc19ccbab307251353a41722a3ae13 /gdb/config/ns32k/merlin.mh | |
parent | cd946cff9ede3f30935803403f06f6ed30cad136 (diff) | |
download | ppe42-binutils-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.tar.gz ppe42-binutils-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.zip |
Initial creation of sourceware repository
Diffstat (limited to 'gdb/config/ns32k/merlin.mh')
-rw-r--r-- | gdb/config/ns32k/merlin.mh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/config/ns32k/merlin.mh b/gdb/config/ns32k/merlin.mh new file mode 100644 index 0000000000..f9c3e7b8a6 --- /dev/null +++ b/gdb/config/ns32k/merlin.mh @@ -0,0 +1,16 @@ +# Host: Merlin running utek 2.1 +XDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o +XM_FILE= xm-merlin.h + +# 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. + +# 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 |