diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-17 23:30:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-17 23:30:04 +0000 |
commit | c3e10702555d74a5bcc9529aab2a042e34fc0c6b (patch) | |
tree | d16b059fcd41346ceb80dfdb8abeeaa8c56fc962 /eclass/autotools.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-c3e10702555d74a5bcc9529aab2a042e34fc0c6b.tar.gz gentoo-2-c3e10702555d74a5bcc9529aab2a042e34fc0c6b.tar.bz2 gentoo-2-c3e10702555d74a5bcc9529aab2a042e34fc0c6b.zip |
Remove PATCH_TARGET variable that's not used in this code.
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 9ca8fe6bfe50..733e93c7e409 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.58 2006/12/14 01:11:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.59 2006/12/17 23:30:04 flameeyes Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # Enhancements: Martin Schlemmer <azarah@gentoo.org> @@ -220,7 +220,6 @@ autotools_set_versions() { # Internal function to run an autotools' tool autotools_run_tool() { local STDERR_TARGET="${T}/$$.out" - local PATCH_TARGET="${T}/$$.patch" local ris echo "***** $1 *****" > ${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/} |