05-22-07 06:18 AM
On May 21, 6:54 pm, Simon <resmi...@yahoo.com> wrote:
> I have seen documenation that says that inside a makefile $@
> represents the target and $* represents the target minus any suffix.
> On several machines, with both gnu make and Sun's make, $@ works as
> specified, but $* is nil.
>
> ???
>
> Simon
I guess I found the answer in the gnu make online manual:
"If the target name in an explicit rule does not end with a recognized
suffix, `$*' is set to the empty string for that rule."
[ Post a follow-up to this message ]
|