From c4398a61a28ad5ddcbc437db92935d94d5010732 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 16 Nov 2007 08:14:20 +0000 Subject: Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It had been correct before, and I trusted the pkglint warning too much. Now it is correct again, and the pkglint warning is fixed. --- mk/db1.builtin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/db1.builtin.mk b/mk/db1.builtin.mk index 767286e6ed9..6d51709bd85 100644 --- a/mk/db1.builtin.mk +++ b/mk/db1.builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs Exp $ +# $NetBSD: db1.builtin.mk,v 1.21 2007/11/16 08:14:20 rillig Exp $ BUILTIN_PKG:= db1 @@ -9,7 +9,7 @@ BUILTIN_FIND_FILES.H_DB= /usr/include/db1/db.h /usr/include/db.h # The builtin Berkeley database library must support hash version 2 or # else it doesn't support db-1.85 databases. # -BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2$\$ +BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2$$ .include "buildlink3/bsd.builtin.mk" -- cgit v1.2.3