diff -C 2 -r -N /tmp/binutils-2.9.1.0.19a/configure binutils-2.9.1.0.19a/configure
*** /tmp/binutils-2.9.1.0.19a/configure	Wed Dec 30 20:50:51 1998
--- binutils-2.9.1.0.19a/configure	Wed Dec 30 20:54:06 1998
***************
*** 737,741 ****
  # Some systems (e.g., one of the i386-aix systems the gas testers are
  # using) don't handle "\$" correctly, so don't use it here.
! tooldir='$(exec_prefix)'/${target_alias}
  
  if [ "${host_alias}" != "${target_alias}" ] ; then
--- 737,741 ----
  # Some systems (e.g., one of the i386-aix systems the gas testers are
  # using) don't handle "\$" correctly, so don't use it here.
! tooldir='$(exec_prefix)/${target_alias}'
  
  if [ "${host_alias}" != "${target_alias}" ] ; then
diff -C 2 -r -N /tmp/binutils-2.9.1.0.19a/ld/Makefile.in binutils-2.9.1.0.19a/ld/Makefile.in
*** /tmp/binutils-2.9.1.0.19a/ld/Makefile.in	Wed Dec 30 20:51:02 1998
--- binutils-2.9.1.0.19a/ld/Makefile.in	Wed Dec 30 20:54:06 1998
***************
*** 285,289 ****
  # These all start with e so 'make clean' can find them.
  
! GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ @target_alias@ ${EMUL} "@NATIVE_LIB_DIRS@"
  GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
  
--- 285,289 ----
  # These all start with e so 'make clean' can find them.
  
! GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} @host@ @target@ ${target_alias} ${EMUL} "@NATIVE_LIB_DIRS@"
  GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
  
