Subject: Re: ability to build -g libraries....
To: Christos Zoulas <christos@zoulas.com>
From: Martin Husemann <martin@duskware.de>
List: tech-toolchain
Date: 03/27/2006 11:28:59
On Sun, Mar 26, 2006 at 08:13:28PM -0500, Christos Zoulas wrote:
> Hello,
> 
> Here's a simple approach that adds .go as a suffix and builds lib_g.a 
> the same way we build lib_p.a. It also fixes a pasto... Can you spot it?

Probably:
> -.cc.po .cpp.po .cxx.o .C.po:
> +.cc.po .cpp.po .cxx.po .C.po:

                  ~~~~~~~

I realy like this change!

Martin