From b0c276cd95c371ea36f74d26f10b7a204ed9bd4c Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 23 Apr 1995 07:50:21 +0000 Subject: [PATCH] don't build libg++ on the alpha --- gnu/lib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 873a8ce544ae..7bed40e0f3aa 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,5 +1,8 @@ -# $Id: Makefile,v 1.6 1993/12/05 14:26:22 cgd Exp $ +# $NetBSD: Makefile,v 1.7 1995/04/23 07:50:21 cgd Exp $ -SUBDIR+= libg++ libmalloc +SUBDIR+= libmalloc +.if (${MACHINE_ARCH} != "alpha") +SUBDIR+= libg++ +.endif .include