From 478cba00bbf074da143ec606b9edc9d601c81491 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 4 Dec 2001 06:14:57 +0000 Subject: By default, prevent invocation of GNU "auto*" driven by the generated Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten. --- devel/id-utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel/id-utils') diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index d807e35cf6a..7351f4ece04 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/11/22 17:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/12/04 06:14:59 jlam Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp # @@ -15,7 +15,6 @@ USE_BUILDLINK_ONLY= yes INFO_FILES= id-utils.info GNU_CONFIGURE= yes -AUTOMAKE_OVERRIDE= yes .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3