diff --git a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile index f8167349d..a2bf12126 100644 --- a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile +++ b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile @@ -28,7 +28,7 @@ compile_commands.json: compile_commands.json.in $(QUIET)sed -e 's#%pwd%#$(CURDIR)#g' $< > $@ || $(REMOVE) $@ infer-out/report.json: compile_commands.json $(SOURCES) Makefile \ - ../codetoanalyze/path\ with\ spaces/hel\ lo.c + ../codetoanalyze/path\ with\ spaces/hel\ lo.c $(CLANG_DEPS) $(QUIET)$(call silent_on_success,Clang compilation database with relative paths integration,\ $(INFER_BIN) -a $(ANALYZER) $(INFER_OPTIONS) --project-root $(TESTS_DIR) \ --compilation-database $<)