diff options
| -rw-r--r-- | Makefile.build | 2 | ||||
| -rw-r--r-- | Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index 0a336b8744..f8392b59ef 100644 --- a/Makefile.build +++ b/Makefile.build @@ -510,7 +510,7 @@ fourier: $(FOURIERVO) $(FOURIERCMO) jprover: $(JPROVERVO) $(JPROVERCMO) funind: $(FUNINDCMO) $(FUNINDVO) cc: $(CCVO) $(CCCMO) -subtac: $(SUBTACVO) $(SUBTACCMO) +programs subtac: $(SUBTACVO) $(SUBTACCMO) rtauto: $(RTAUTOVO) $(RTAUTOCMO) ########################################################################### diff --git a/Makefile.common b/Makefile.common index 44271647ee..36cf5a80c3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -876,7 +876,7 @@ VO_TARGETS:=logic arith bool narith zarith qarith lists strings sets \ fsets allfsets intmap relations wellfounded ints reals allreals \ setoids sorting natural integer rational numbers noreal \ omega ring setoid_ring dp xml extraction field fourier jprover \ - funind cc subtac rtauto + funind cc programs subtac rtauto DOC_TARGETS:=doc doc-html doc-ps doc-pdf stdlib refman tutorial faq rectutorial STAGE3_TARGETS:=world install coqide coqide-files coq coqlib \ coqlight states pcoq-files check init theories theories-light contrib \ |
