From 4e928f1cd51ef238dba2ca7d117cb99d121db044 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. --- games/knights/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/knights') diff --git a/games/knights/Makefile b/games/knights/Makefile index d2eae9352c5..517413a9948 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/02 18:53:23 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/04 06:14:59 jlam Exp $ DISTNAME= knights-0.4.6 CATEGORIES= games kde @@ -15,7 +15,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig -AUTOMAKE_OVERRIDE= YES MEINPROC= ${BUILDLINK_PREFIX.kdelibs2}/bin/meinproc DOCDIR= ${PREFIX}/share/doc/kde/HTML/en/knights -- cgit v1.2.3