[make] some missing dependencies

Summary: minor fixes

Reviewed By: mbouaziz

Differential Revision: D6405261

fbshipit-source-id: 4204f7b
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent d8a004f0cc
commit 1f3cae9fa4

@ -26,7 +26,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 escaped integration,\
$(INFER_BIN) -a $(ANALYZER) $(INFER_OPTIONS) --project-root $(TESTS_DIR) \
--compilation-database-escaped $<)

@ -32,4 +32,4 @@ HEADERS = siof/siof_types.h siof/smart_pointer1.h
include $(TESTS_DIR)/clang.make
infer-out/report.json: $(MAKEFILE_LIST)
infer-out$(TEST_SUFFIX)/report.json: $(MAKEFILE_LIST)

Loading…
Cancel
Save