[gnu.gdb.bug] Problem with config.gdb, gdb 3.3

paul@EDDIE.MIT.EDU (Paul Close) (10/17/89)

When I run "config.gdb sparc os4" I get the following errors:

./config.gdb: sparc=sun4os4: not found
./config.gdb: os4=: not found
Linking `param.h' to `m-sparc.h'.
Linking `pinsn.c' to `sparc-pinsn.c'.
Linking `opcode.h' to `sparc-opcode.h'.
Linking `dep.c' to `sparc-dep.c'.
Editing Makefile
GDB is now set up for use with a sparc.

Upon inspecting the code, I find:

[...]
sparc|sun4)
	case $os in
	os4|sunos4)
		$machine=sun4os4
		$os=""
		;;
	esac
	;;
[...]

Naturally, this should say "machine=sun4os4", not "$machine=sun4os4", etc.
			    ^-- no '$'
-- 
Paul Close	paul@cacilj.CTS.COM 	...!{uunet, ucsd, crash}!cacilj!paul

    The Obi-wan Kenobi method:  "Use the Source, Luke"	-Jim Fulton