diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-12-09 22:25:24 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-12-09 22:25:24 +0000 |
commit | 39127e9c64e46cd2553c2033c5d5056905e247d7 (patch) | |
tree | 7f8a9cc420993a2fbcbd360b5cedc5fcccf30bd2 /eclass/flag-o-matic.eclass | |
parent | "Initial" commit. (diff) | |
download | historical-39127e9c64e46cd2553c2033c5d5056905e247d7.tar.gz historical-39127e9c64e46cd2553c2033c5d5056905e247d7.tar.bz2 historical-39127e9c64e46cd2553c2033c5d5056905e247d7.zip |
Comment fix.
Diffstat (limited to 'eclass/flag-o-matic.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() |