summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-04 06:14:57 +0000
committerjlam <jlam>2001-12-04 06:14:57 +0000
commitfbe8a6a4d05f84a2087319ab8d7c3aa24aab2232 (patch)
tree694a2f29a87b122f762a40ca21c06f9041e844d5 /devel/cscope
parent5515e9fb977439e4346363c0120566ee3b1eefbb (diff)
downloadpkgsrc-fbe8a6a4d05f84a2087319ab8d7c3aa24aab2232.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 'devel/cscope')
-rw-r--r--devel/cscope/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index a38fa3ee12f..d5df6c42b3e 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/10/29 10:24:16 seb Exp $
+# $NetBSD: Makefile,v 1.19 2001/12/04 06:14:59 jlam Exp $
#
DISTNAME= cscope-15.3
@@ -14,7 +14,6 @@ USE_BUILDLINK_ONLY= YES
CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-flex
-AUTOMAKE_OVERRIDE= YES
.include "../../mk/bsd.prefs.mk"