Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: duplicate targets in Makefile rule



Adam Spiers wrote:
>> Not portable: $< does not portably exist
>
>*sigh* You learn something every day.  Why is it not meaningful
>though, out of curiosity?

There may be many (or no) dependencies in an explicit rule, whereas $<
is defined (for an implicit rule) to expand to the exactly one dependency.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author