diff options
| author | herbelin | 2008-03-16 16:02:46 +0000 |
|---|---|---|
| committer | herbelin | 2008-03-16 16:02:46 +0000 |
| commit | 5f06da20ffc6446ff1929c376f084165a314a354 (patch) | |
| tree | 61f1dc5f5e48d2aeba20e1074fbb5dd6c9838f4c | |
| parent | a4deb2c27bdbbba5053c0b25a326ee24a2f42e1a (diff) | |
Ajout cible programs comme synonyme de subtac
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10683 85f007b7-540e-0410-9357-904b9bb8a0f7
| -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 \ |
