Re: Multiple rules for same target: what is the order of prerequisites in $^ and what does $< expand to?

2023-10-03 Thread Mark Piffer
I apologize for using the wrong automatic variable. I had the firm assumption that we were talking about "$^", not "$<" as I would never use the latter in a case where the genesis of its content is not explicit. Am Mo., 2. Okt. 2023 um 15:08 Uhr schrieb Paul Smith : > On Mon, 2023-10-02 at 09:06

Re: Multiple rules for same target: what is the order of prerequisites in $^ and what does $< expand to?

2023-10-03 Thread Paul Smith
On Tue, 2023-10-03 at 13:11 +0200, Mark Piffer wrote: > I apologize for using the wrong automatic variable. I had the firm > assumption that we were talking about "$^", not "$<" That must have made the discussion very confusing to read :)