aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/coq_makefile.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coq_makefile.ml4 b/tools/coq_makefile.ml4
index 141864d800..ee6abe3b79 100644
--- a/tools/coq_makefile.ml4
+++ b/tools/coq_makefile.ml4
@@ -89,8 +89,8 @@ let standard sds =
print ".depend depend:\n";
if !some_file then begin
print "\trm -f .depend\n";
- print "\t$(COQDEP) -i $(COQLIBS) *.v *.ml *.mli >.depend\n";
- print "\t$(COQDEP) $(COQLIBS) -suffix .html *.v >>.depend\n";
+ print "\t$(COQDEP) -i $(COQLIBS) $(VOFILES) *.ml *.mli >.depend\n";
+ print "\t$(COQDEP) $(COQLIBS) -suffix .html $(VOFILES) >>.depend\n";
end;
List.iter
(fun x -> print "\t(cd "; print x; print " ; $(MAKE) depend)\n")