*** orig/Makefile	Fri Sep 14 14:14:26 1990
--- Makefile	Fri Sep 14 14:21:01 1990
***************
*** 28,34 ****
  AR = ar
  SHELL = /bin/sh
  # on sysV, define this as cp.
! INSTALL = install -c
  
  # Compiler to use for compiling gnulib.
  # OLDCC should not be the GNU C compiler.
--- 28,34 ----
  AR = ar
  SHELL = /bin/sh
  # on sysV, define this as cp.
! INSTALL = cp
  
  # Compiler to use for compiling gnulib.
  # OLDCC should not be the GNU C compiler.
***************
*** 45,55 ****
  # Directory where sources are, from where we are.
  srcdir = .
  # Directory in which to put the executable for the command `gcc'
! bindir = $(prefix)/usr/local/bin
  # Directory in which to put the subprograms used by the compiler.
! libdir = $(prefix)/usr/local/lib
  # Directory in which to put man pages.
! mandir = $(prefix)/usr/local/man/man1
  # Number to put in man-page filename.
  manext = 1
  
--- 45,55 ----
  # Directory where sources are, from where we are.
  srcdir = .
  # Directory in which to put the executable for the command `gcc'
! bindir = $(prefix)/u2/gnu/bin
  # Directory in which to put the subprograms used by the compiler.
! libdir = $(prefix)/u2/gnu/lib
  # Directory in which to put man pages.
! mandir = $(prefix)/u2/man/man1
  # Number to put in man-page filename.
  manext = 1
  
***************
*** 91,97 ****
  # a non-gcc compiler, and if your system doesn't have a working alloca() in any
  # of the standard libraries (as is true for HP/UX or Genix),
  # then get alloca.c from GNU Emacs and un-comment the following line:
! # ALLOCA = alloca.o
  # But don't do that if compiling using GCC.
  
  # If your system has alloca() in /lib/libPW.a, un-comment the following line:
--- 91,97 ----
  # a non-gcc compiler, and if your system doesn't have a working alloca() in any
  # of the standard libraries (as is true for HP/UX or Genix),
  # then get alloca.c from GNU Emacs and un-comment the following line:
! ALLOCA = alloca.o
  # But don't do that if compiling using GCC.
  
  # If your system has alloca() in /lib/libPW.a, un-comment the following line:
*** orig/config.gcc	Fri Sep 14 14:03:57 1990
--- config.gcc	Fri Sep 14 14:08:16 1990
***************
*** 264,269 ****
--- 264,275 ----
  	pyr | pyramid)
  		machine=pyr
  		;;
+ 	# Motorola delta series with GNU assembler emitting COFF.
+ 	batgc | bat-delta-gas-coff)
+                 cpu_type=m68k
+                 configuration_file=xm-batgc.h
+                 target_machine=tm-batgc.h
+                 ;;
  #	370)
  #		machine=370
  #		;;
