xexyl / jparse

JSON parser, library and tools written in C
3 stars 3 forks source link

improve the test_jparse dependency rules #8

Closed lcn2 closed 2 months ago

lcn2 commented 2 months ago

We improve make depend in test_jparse/Makefile to prevent include paths going up over the top of the tree and back down into it as some systems (such as RHEL9 Linux) might do.

While this is only a minor change to the make depend in test_jparse/Makefile, it prevents some systems from making a make depend edit that is not needed.

Performed make clobber depend all test to test the above.

lcn2 commented 2 months ago

See GH-issuecomment-2323064658.

xexyl commented 2 months ago

Thank you. I will read tomorrow but merging now.