Re: pattern rules with multiple targets producing intermediate files

2023-02-22 Thread Jan Beulich
On 19.02.2023 15:06, Paul Smith wrote: > On Tue, 2023-02-07 at 14:51 +0100, Jan Beulich wrote: >> while something has changed from 4.3 to 4.4 in the dealing with >> intermediate files, the example Makefile below still doesn't work >> as expected. There are two pairs of *.[ch] files generated, each

Re: pattern rules with multiple targets producing intermediate files

2023-02-19 Thread Paul Smith
On Tue, 2023-02-07 at 14:51 +0100, Jan Beulich wrote: > while something has changed from 4.3 to 4.4 in the dealing with > intermediate files, the example Makefile below still doesn't work > as expected. There are two pairs of *.[ch] files generated, each by > their respective rule. Each of the *.o

pattern rules with multiple targets producing intermediate files

2023-02-07 Thread Jan Beulich
Hello, while something has changed from 4.3 to 4.4 in the dealing with intermediate files, the example Makefile below still doesn't work as expected. There are two pairs of *.[ch] files generated, each by their respective rule. Each of the *.o files to be compiled from the *.c ones has a dependenc