diff options
| author | herbelin | 2009-01-20 19:55:07 +0000 |
|---|---|---|
| committer | herbelin | 2009-01-20 19:55:07 +0000 |
| commit | 49af62a75b55b86dd8e6fa22b55237444163d7c6 (patch) | |
| tree | d327481356e3644e92de384d2b51f09f8ca74539 /Makefile.build | |
| parent | 2a0d68896a5dba1d731af87d8d466622a5ad568c (diff) | |
- Fixing bug 1891 (abusive instantiations of evar arguments in
evar-evar problems).
- Fixing target "make programs".
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11817 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index ee9faca9f8..95f6b075cf 100644 --- a/Makefile.build +++ b/Makefile.build @@ -563,7 +563,8 @@ field: $(FIELDVO) $(FIELDCMO) fourier: $(FOURIERVO) $(FOURIERCMO) funind: $(FUNINDCMO) $(FUNINDVO) cc: $(CCVO) $(CCCMO) -programs subtac: $(SUBTACVO) $(SUBTACCMO) +programs: $(PROGRAMSVO) +subtac: $(SUBTACVO) $(SUBTACCMO) rtauto: $(RTAUTOVO) $(RTAUTOCMO) ########################################################################### |
