Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o #1810

Closed

Commits on Oct 11, 2024

  1. Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o

    The clar source file '$(UNIT_TEST_DIR)/clar/clar.c' includes the
    generated 'clar.suite', but this dependency is not taken into account by
    our Makefile, so that it is possible for a parallel build to fail if
    Make tries to build 'clar.o' before 'clar.suite' is generated.
    
    Correctly specify the dependency.
    
    Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
    phil-blain committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f20c8a0 View commit details
    Browse the repository at this point in the history