Hello,
please don't top-post on this mailing list, thak you.
* YuGiOhJCJ Mailing-List wrote on Thu, Aug 26, 2010 at 09:43:44AM CEST:
> On Wed, 25 Aug 2010 20:37:04 +0200 Ralf Wildenhues wrote:
> > * YuGiOhJCJ Mailing-List wrote on Wed, Aug 25, 2010 at 11:14:15AM CEST:
> > > But we can use a old f
You say pattern rules and suffix rules are not portable. Also, the only way to
be portable is to to spell out the rule for each target.
So, can you tell me why autoreconf complains only when I use pattern rules and
not when I use suffix rules?
On Wed, 25 Aug 2010 20:37:04 +0200
Ralf Wildenhues
Hello,
* YuGiOhJCJ Mailing-List wrote on Wed, Aug 25, 2010 at 11:14:15AM CEST:
> I know that pattern rules are not portable. When we use one pattern
> rule, then we call autoreconf, we can see this warning :
> man/Makefile.am:8: `%'-style pattern rules are a GNU make extension
> So if we want a pr
Hello,
I know that pattern rules are not portable. When we use one pattern rule, then
we call autoreconf, we can see this warning :
man/Makefile.am:8: `%'-style pattern rules are a GNU make extension
So if we want a protable project, we should not use them in a Makefile.am file.
But we can use