From 491f0bc197a6cecca86518d066ad7ba6f6859c05 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 15 Mar 2004 14:20:58 +0000 Subject: no need to include (it was removed in bmake 3.1.18, too). this removes a dependency on SUNWlibm on Solaris. noted by Marc Herbert way back in April 2003. --- bootstrap/bmake/cond.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bmake/cond.c b/bootstrap/bmake/cond.c index 8fdb30ca07b..bb48b195dc0 100644 --- a/bootstrap/bmake/cond.c +++ b/bootstrap/bmake/cond.c @@ -1,4 +1,4 @@ -/* $NetBSD: cond.c,v 1.1.1.1 2004/03/11 13:04:01 grant Exp $ */ +/* $NetBSD: cond.c,v 1.2 2004/03/15 14:20:58 grant Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. @@ -39,14 +39,14 @@ */ #ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: cond.c,v 1.1.1.1 2004/03/11 13:04:01 grant Exp $"; +static char rcsid[] = "$NetBSD: cond.c,v 1.2 2004/03/15 14:20:58 grant Exp $"; #else #include #ifndef lint #if 0 static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; #else -__RCSID("$NetBSD: cond.c,v 1.1.1.1 2004/03/11 13:04:01 grant Exp $"); +__RCSID("$NetBSD: cond.c,v 1.2 2004/03/15 14:20:58 grant Exp $"); #endif #endif /* not lint */ #endif @@ -61,7 +61,6 @@ __RCSID("$NetBSD: cond.c,v 1.1.1.1 2004/03/11 13:04:01 grant Exp $"); */ #include -#include #include "make.h" #include "hash.h" #include "dir.h" -- cgit v1.2.3