Subject: Even more makefile crap
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: None <Mark_Weaver@brown.edu>
List: current-users
Date: 12/08/1993 13:43:02
Okay, at this point I'm just posting this because I'm at war with
these damn bugs.  :-)

You need to change "obj" to "obj.${MACHINE}" if the following lines
(in addition to what I've already posted):

gnu/games/chess/Makefile:
        @if [ -d ${.CURDIR}/obj ]; then \

gnu/libexec/uucp/Makefile.inc:
.if exists(${.CURDIR}/../libunix/obj)
.if exists(${.CURDIR}/../libuuconf/obj)
.if exists(${.CURDIR}/../libuucp/obj)

gnu/usr.bin/groff/Makefile.cfg:
.if exists($(.CURDIR)/../libgroff/obj)
.if exists($(.CURDIR)/../libdriver/obj)
.if exists($(.CURDIR)/../libbib/obj)

gnu/usr.bin/rcs/Makefile.inc:
.if exists(${.CURDIR}/../lib/obj)

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

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