diff options
| author | herbelin | 2010-06-26 11:54:20 +0000 |
|---|---|---|
| committer | herbelin | 2010-06-26 11:54:20 +0000 |
| commit | da2a0a440a4da9c3f04a09251bced8101650d92d (patch) | |
| tree | c90947013abcb15fd03b4bf66e298a28414f6dd8 /Makefile.build | |
| parent | e5d8caefff2c8ab4e9b94ce1ada2ebaec2f9acdc (diff) | |
Backporting modifications to nsatz (doc + fix of bug #2328) from trunk to v8.3.
Fixing tests 2145.v about Nsatz. Adding nsatz target in Makefile.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13203 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index 34b77dfe1a..6af048572f 100644 --- a/Makefile.build +++ b/Makefile.build @@ -432,6 +432,7 @@ omega: $(OMEGAVO) $(OMEGACMA) $(ROMEGAVO) $(ROMEGACMA) micromega: $(MICROMEGAVO) $(MICROMEGACMA) $(CSDPCERT) ring: $(RINGVO) $(RINGCMA) setoid_ring: $(NEWRINGVO) $(NEWRINGCMA) +nsatz: $(NSATZVO) $(NSATZCMA) dp: $(DPCMA) xml: $(XMLVO) $(XMLCMA) extraction: $(EXTRACTIONCMA) |
