diff options
| author | Enrico Tassi | 2020-06-03 15:15:03 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2020-06-03 15:15:03 +0200 |
| commit | 5ea6ef71681770a98edc5ede8614d2cf0bd48554 (patch) | |
| tree | 9d1f2aba67ffa738688c5d8c266a3dc7b9662769 | |
| parent | 42e9c71b8f0b27c7720c22cd57517af77a5f8e90 (diff) | |
| parent | c803c1015c5af10cbb5018aa3582073c430953cb (diff) | |
Merge PR #12427: Add a dependency of coq_makefile's coqdep target into _CoqProject
Reviewed-by: JasonGross
| -rw-r--r-- | tools/CoqMakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in index e2ed2db728..1436da30fa 100644 --- a/tools/CoqMakefile.in +++ b/tools/CoqMakefile.in @@ -801,7 +801,7 @@ $(addsuffix .d,$(MLPACKFILES)): %.mlpack.d: %.mlpack # projects. Note that extra options might be on the command line. VDFILE_FLAGS:=$(if @PROJECT_FILE@,-f @PROJECT_FILE@,) $(CMDLINE_COQLIBS) $(CMDLINE_VFILES) -$(VDFILE): $(VFILES) +$(VDFILE): @PROJECT_FILE@ $(VFILES) $(SHOW)'COQDEP VFILES' $(HIDE)$(COQDEP) -vos -dyndep var $(VDFILE_FLAGS) $(redir_if_ok) |
