diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-04 06:14:57 +0000 |
commit | 478cba00bbf074da143ec606b9edc9d601c81491 (patch) | |
tree | 694a2f29a87b122f762a40ca21c06f9041e844d5 /net/mtr | |
parent | 13068ed6d1f1c7c9e50b47c9764285fb83ec938e (diff) | |
download | pkgsrc-478cba00bbf074da143ec606b9edc9d601c81491.tar.gz |
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.
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |