*** orig/Makefile	Fri Sep 14 13:20:48 1990
--- Makefile	Fri Sep 14 13:35:30 1990
***************
*** 22,33 ****
  
  srcdir=../gas-1.36
  VPATH=.:../gas-1.36
! BINDIR = /usr/local/bin
  
  # If you are on a BSD system, un-comment the next two lines, and comment out
  # the lines for SystemV and HPUX below
! G0 = -g -I.
  LDFLAGS = $(CFLAGS)
  #
  # To compile gas on a System Five machine, comment out the two lines above
  # and un-comment out the next three lines
--- 22,40 ----
  
  srcdir=../gas-1.36
  VPATH=.:../gas-1.36
! BINDIR = /u2/gnu/bin
  
  # If you are on a BSD system, un-comment the next two lines, and comment out
  # the lines for SystemV and HPUX below
! # G0 = -g -I.
! # LDFLAGS = $(CFLAGS)
! #
! # To compile gas on Bat Device, comment the BSD lines above and un-comment
! # out the next three lines. Get also alloca.o somewhere.
! G0 = -g -I. -DUSG
  LDFLAGS = $(CFLAGS)
+ LOADLIBES = alloca.o
+ 
  #
  # To compile gas on a System Five machine, comment out the two lines above
  # and un-comment out the next three lines
***************
*** 123,133 ****
  # use different names than the sample shown here. 
  #BACKEND_INCDIR_SPEC = -I/usr/include -I/CMS6/CDS/CDS016/pbbs5/include
  
! O1 =  -DNO_VARARGS
  O2 = # -DNON_BROKEN_WORDS
  O3 = # -Dm68851
  O4 = # -DEXEC_VERSION=1
! O5 = # -DSIGTY=void
  O6 = # -DNS32532
  O7 = # -DNS32381
  G4 = # -DUSE_SYSTEM_HDR
--- 130,140 ----
  # use different names than the sample shown here. 
  #BACKEND_INCDIR_SPEC = -I/usr/include -I/CMS6/CDS/CDS016/pbbs5/include
  
! O1 = # -DNO_VARARGS
  O2 = # -DNON_BROKEN_WORDS
  O3 = # -Dm68851
  O4 = # -DEXEC_VERSION=1
! O5 =  -DSIGTY=void
  O6 = # -DNS32532
  O7 = # -DNS32381
  G4 = # -DUSE_SYSTEM_HDR
*** orig/coff-convert.c	Fri Sep 14 13:11:59 1990
--- coff-convert.c	Fri Sep 14 13:13:36 1990
***************
*** 65,71 ****
--- 65,75 ----
  extern char *tempnam();
  #endif
  
+ #ifdef USG
+ #include <string.h>
+ #else
  #include <strings.h>
+ #endif
  #include <time.h>
  
  #ifdef __GNUC__
