Subject: Re: src/lib/libkvm/Makefile error
To: Skeelo <skeelo@white-dwarf.dyn.ml.org>
From: Bill Studenmund <skippy@macro.stanford.edu>
List: current-users
Date: 02/19/1998 22:33:32
On Thu, 19 Feb 1998, Skeelo wrote:

> 
> "Makefile", line 4: Malformed conditional ((${MACHNIE_ARCH} != "mips"))
> "Makefile", line 4: Missing dependency operator
> "Makefile", line 21: if-less endif
> "Makefile", line 21: Need an operator
> Fatal errors encountered -- cannot continue
> 
> 
> *** Makefile	Thu Feb 19 07:08:39 1998
> --- Makefile.fixed	Thu Feb 19 21:56:24 1998
> ***************
> *** 1,7 ****
>   #	$NetBSD: Makefile,v 1.25 1998/02/19 07:06:59 thorpej Exp $
>   #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
>   
> ! .if	(${MACHNIE_ARCH} != "mips")
>   LIB=	kvm
>   CPPFLAGS+=-DLIBC_SCCS
>   
> --- 1,7 ----
>   #	$NetBSD: Makefile,v 1.25 1998/02/19 07:06:59 thorpej Exp $
>   #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
>   
> ! .if	(${MACHINE_ARCH} != "mips")
>   LIB=	kvm
>   CPPFLAGS+=-DLIBC_SCCS

Jason already fixed it (I ran into this earlier, and went snooping on
cvs.netbsd.org). It should show up in the next sup scan.

Take care,

Bill