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. --- net/mtr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/mtr') diff --git a/net/mtr/Makefile b/net/mtr/Makefile index e14d6eb3287..d10aa3156e9 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/11/29 01:12:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2001/12/04 06:15:00 jlam Exp $ # DISTNAME= mtr-0.42 @@ -11,7 +11,6 @@ MAINTAINER= sommerfeld@netbsd.org HOMEPAGE= http://www.bitwizard.nl/mtr/ COMMENT= Traceroute and ping in a single graphical network diagnostic tool -AUTOMAKE_OVERRIDE= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK_ONLY= YES -- cgit v1.2.3