Subject: Re: Slight change to CFLAGS, CPPFLAGS, etc.
To: Todd Vierling <tv@duh.org>
From: Marc Recht <marc@geht.de>
List: tech-pkg
Date: 02/14/2005 00:08:36
> CPPFLAGS+=	-Dfoo=\\\"bar\\\"
>
> should now be
>
> CPPFLAGS+=	-Dfoo=\"bar\"
>
Shouldn't that be

CPPFLAGS+=	-Dfoo="\"bar\""

?

Marc