Subject: Two problems with Makefile in sup of 97/04/03
To: None <current-users@NetBSD.ORG>
From: Volker Schmidt <volker@Illuminatus.MZ.Rhein-Main.DE>
List: current-users
Date: 04/03/1997 15:42:23
If found two ommissions in Makefiles of today's sup while doing a
full build in one go.

First was easy to fix for me. I dunno if it's the correct one.
The problem was that eqn didn't build.

--- /tmp/Makefile	Thu Apr  3 15:28:02 1997
+++ src/gnu/usr.bin/groff/eqn/Makefile	Thu Apr  3 15:23:27 1997
@@ -15,7 +15,7 @@
 FILES=neqn
 FILESMODE=${BINMODE}
 
-all: neqn
+all: eqn neqn
 
 neqn:	neqn.sh
 	sed -e 's/@g@/$(g)/g' ${.ALLSRC} > ${.TARGET}

The second one is concerning boggle in the games/boggle area.
Something went wrong on compiling; make doesn't descent into
games/boggle/boggle for compiling, but for installing.

I've no fix for this; I'm not very strong in bMakefiles.

--volker
-- 
PGP key: <mailto:pgp-public-keys@keys.de.pgp.net> Subject: GET 8F679A35

UNIX is friendly, but it chooses it's friends!