From 6ffbfcc2a5797c214c54452a1fa72acd6ad71768 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 23 Jun 1993 19:44:05 +0000 Subject: * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name of gdb-sh. --- gdb/config/ns32k/merlin.mh | 3 ++- gdb/config/ns32k/xm-merlin.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'gdb/config/ns32k') diff --git a/gdb/config/ns32k/merlin.mh b/gdb/config/ns32k/merlin.mh index 179254b7ec..38a90b6fae 100644 --- a/gdb/config/ns32k/merlin.mh +++ b/gdb/config/ns32k/merlin.mh @@ -1,6 +1,7 @@ # 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 m-merlin.h for a explanation of this. +# 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 diff --git a/gdb/config/ns32k/xm-merlin.h b/gdb/config/ns32k/xm-merlin.h index 7cbba1c600..b77c90fb9e 100644 --- a/gdb/config/ns32k/xm-merlin.h +++ b/gdb/config/ns32k/xm-merlin.h @@ -25,7 +25,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Under Utek, a ptrace'd process can be the only active process for an executable. Therefore instead of /bin/sh use gdb-sh (which should just be a copy of /bin/sh which is world readable and writeable). */ -#define SHELL_FILE "/usr/gnu/lib/gdb-sh" +/* FIXME: name should be passed in from Makefile so it can use prefix. */ +#define SHELL_FILE "/usr/local/lib/gdb-sh" #define HOST_BYTE_ORDER LITTLE_ENDIAN -- cgit v1.2.1