From 9d9c11ec200f662ba4036a473ba67a97de6b4107 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 24 May 2020 21:10:17 +0000 Subject: bmake: Update to 20200524. This should help bootstrap on older platforms, such as IRIX with the mipspro compiler. 2020-05-24 Simon J Gerraty * configure.in: add AC_PROG_CC_C99 for mipspro compiler * dirname.c: remove include of namespace.h --- devel/bmake/files/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/bmake/files/pathnames.h') diff --git a/devel/bmake/files/pathnames.h b/devel/bmake/files/pathnames.h index 0a33981c7dc..64852f9dc63 100644 --- a/devel/bmake/files/pathnames.h +++ b/devel/bmake/files/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.6 2020/05/24 11:09:43 nia Exp $ */ +/* $NetBSD: pathnames.h,v 1.7 2020/05/24 21:10:17 nia Exp $ */ /* * Copyright (c) 1990, 1993 @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.6 2020/05/24 11:09:43 nia Exp $ + * $Id: pathnames.h,v 1.7 2020/05/24 21:10:17 nia Exp $ */ #if HAVE_CONFIG_H -- cgit v1.2.3