diff options
author | 2005-12-09 22:25:24 +0000 | |
---|---|---|
committer | 2005-12-09 22:25:24 +0000 | |
commit | 50e82af44e100a0607c9a14de93423b506fac9c5 (patch) | |
tree | dcaf0392374498ed4efe59307f9629cc53bab911 /eclass | |
parent | "Initial" commit. (diff) | |
download | gentoo-2-50e82af44e100a0607c9a14de93423b506fac9c5.tar.gz gentoo-2-50e82af44e100a0607c9a14de93423b506fac9c5.tar.bz2 gentoo-2-50e82af44e100a0607c9a14de93423b506fac9c5.zip |
Comment fix.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 8997671e506b..50bd74de1b52 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.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/flag-o-matic.eclass,v 1.99 2005/12/09 20:43:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.100 2005/12/09 22:25:24 azarah Exp $ # need access to emktemp() @@ -340,7 +340,7 @@ test-flags-CC() { test-flags-PROG "CC" "$@"; } test-flags-CXX() { test-flags-PROG "CXX" "$@"; } # Short-hand that should hopefully work for both C and C++ compiler, but -# its really only present due to the append-flags() abortion. +# its really only present due to the append-flags() abomination. test-flags() { test-flags-CC "$@"; } # Depriciated, use test-flags() |