Subject: Broken gas makefile also
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: None <Mark_Weaver@brown.edu>
List: current-users
Date: 12/08/1993 11:13:02
Here's the patch.  Also, I forgot to specify that both this message
and my previous message about broken makefiles are for today's (Dec-8)
version.

*** gnu/usr.bin/gas/Makefile.mhw1	Sun Dec  5 06:56:05 1993
--- gnu/usr.bin/gas/Makefile	Wed Dec  8 11:04:47 1993
***************
*** 13,20 ****
  gas_objformat=aout
  .endif
  
! .if exists(${.CURDIR}/obj)
! ADDINCLUDE=-I${.CURDIR}/obj
  .endif
  
  PROG=		as
--- 13,20 ----
  gas_objformat=aout
  .endif
  
! .if exists(${.CURDIR}/obj.${MACHINE})
! ADDINCLUDE=-I${.CURDIR}/obj.${MACHINE}
  .endif
  
  PROG=		as


	Mark
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu           | Brown University
PGP Key: finger mhw@cs.brown.edu       | Dept of Computer Science

------------------------------------------------------------------------------