From 2049fdcbcb3570d188cf2ca7ff080d6823028653 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 31 May 2012 00:29:06 +0000 Subject: fix moronic syntax error in previous commit --- eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index df6787c724ae..e730ef1b953a 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.172 2012/05/31 00:24:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.173 2012/05/31 00:29:06 vapier Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -207,7 +207,7 @@ append-flags() { case " $* " in *' '-[DIU]*) eqawarn 'please use append-cppflags for preprocessor flags' ;; *' '-L*|\ - *' '-Wl,*') eqawarn 'please use append-ldflags for linker flags' ;; + *' '-Wl,*) eqawarn 'please use append-ldflags for linker flags' ;; esac append-cflags "$@" append-cxxflags "$@" -- cgit v1.2.3-65-gdbad