On Saturday, June 22, 2024 3:36:54 PM GMT+2 Taylor R Campbell wrote:
> Module Name: src
> Committed By: riastradh
> Date: Sat Jun 22 13:36:54 UTC 2024
>
> Modified Files:
> src/external/mit/libcbor/lib: Makefile
>
> Log Message:
> libcbor: Fix make dependencies on configuration.h.
>
> PR lib/58359
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.3 -r1.4 src/external/mit/libcbor/lib/Makefile
The correct approach is IMO to use DPADD to ensure that the file
is generated in the depends phase and let regular *.d do the rest
for any rebuilds.
Joerg