diff options
author | obache <obache@pkgsrc.org> | 2012-01-27 08:37:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-27 08:37:01 +0000 |
commit | bb3897a9972e63046f150ac087e2f084fdcab8a3 (patch) | |
tree | 7ebbcba1a3e6806817c20fd14dddd0776107365f | |
parent | f0f4ffcc69fe421e4625e5795fa98ca5f55f0e0a (diff) | |
download | pkgsrc-bb3897a9972e63046f150ac087e2f084fdcab8a3.tar.gz |
remove redundant includion of python/tool.mk.
-rw-r--r-- | devel/coccinelle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 378ebc376e7..2ab80508098 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/12/06 00:19:22 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/27 08:37:01 obache Exp $ DISTNAME= coccinelle-0.2.5 PKGREVISION= 1 @@ -22,7 +22,6 @@ USE_TOOLS+= gmake perl REPLACE_PERL= configure BUILD_TARGET= all all.opt -.include "../../lang/python/tool.mk" CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIG_SHELL= ${PERL5} |