> Date: Wed, 16 Mar 2005 20:49:04 -0500
> From: "Paul D. Smith" <[EMAIL PROTECTED]>
> Cc: [email protected]
>
> I'm not sure where $% came from; there is no such automatic variable.
??? Here's the relevant excerpt from the Make manual:
`$%'
The target member name, when the target is an archive member
*Note Archives::. For example, if the target is `foo.a(bar.o)'
then `$%' is `bar.o' and `$@' is `foo.a'. `$%' is empty when the
target is not an archive member.
(I do agree that $% is not what the OP wants.)
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32