diff options
| author | letouzey | 2010-01-25 10:20:34 +0000 |
|---|---|---|
| committer | letouzey | 2010-01-25 10:20:34 +0000 |
| commit | a7f249760f2c093bd5ce77af264c052f227fb169 (patch) | |
| tree | cbc80c5695a97a9fef5ab8827df519111d97174c /Makefile.build | |
| parent | 92877ef3b0f1ffecc90f19f8adc5ef14ed235d98 (diff) | |
NMake: several things need not be macro-generated
The macro-generated .v file is now NMake_gen.v, while NMake.v now
contain the static things (i.e. definition of gcd via mod).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12687 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index bd33b71d9f..864f6f27bf 100644 --- a/Makefile.build +++ b/Makefile.build @@ -433,7 +433,7 @@ theories/Init/%.vo theories/Init/%.glob: theories/Init/%.v $(VO_TOOLS_STRICT) | $(HIDE)rm -f theories/Init/$*.glob $(HIDE)$(BOOTCOQTOP) -nois -compile theories/Init/$* -theories/Numbers/Natural/BigN/NMake.v: theories/Numbers/Natural/BigN/NMake_gen.ml +theories/Numbers/Natural/BigN/NMake_gen.v: theories/Numbers/Natural/BigN/NMake_gen.ml $(OCAML) $< > $@ ########################################################################### |
