summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-20 06:43:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-20 06:43:10 +0000
commit2e74089acb111214551d86765956e23a0217f24b (patch)
treeac6701682b8af28bb7c6a0ae42a0844f3d4dc6a8 /eclass
parentcleanups (diff)
downloadgentoo-2-2e74089acb111214551d86765956e23a0217f24b.tar.gz
gentoo-2-2e74089acb111214551d86765956e23a0217f24b.tar.bz2
gentoo-2-2e74089acb111214551d86765956e23a0217f24b.zip
closes bug #9337
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 5a4e5def3e28..4c07ea7c1681 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.8 2002/10/13 01:01:58 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.9 2002/10/20 06:43:10 seemant Exp $
ECLASS=flag-o-matic
INHERITED="$INHERITED $ECLASS"
@@ -44,8 +44,8 @@ append-flags () {
replace-flags () {
- CFLAGS="${CFLAGS/${1}/${2}}"
- CXXFLAGS="${CXXFLAGS/${1}/${2}}"
+ CFLAGS="${CFLAGS/${1}/${2} }"
+ CXXFLAGS="${CXXFLAGS/${1}/${2} }"
}