aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 00:11:00 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 00:11:00 +0200
commit13d23aafe01f87bdbf2205217b82b7836661c5de (patch)
tree873a84dbccc56f5d2f53b3a70161b25b6ac4a676 /Makefile.build
parent25462addaf604ff51e886bbc92937bb272982b04 (diff)
parent268ccbb0d3d990e42cef4ae4833e0e7964aea24d (diff)
Merge PR#498: Bignums as a separate opam package
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.build b/Makefile.build
index 8c6f546de..99541243a 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -610,11 +610,6 @@ plugins: $(PLUGINSVO)
.PHONY: coqlib theories plugins
-# One of the .v files is macro-generated
-
-theories/Numbers/Natural/BigN/NMake_gen.v: theories/Numbers/Natural/BigN/NMake_gen.ml
- $(OCAML) $< $(TOTARGET)
-
# The .vo files in Init are built with the -noinit option
theories/Init/%.vo theories/Init/%.glob: theories/Init/%.v $(VO_TOOLS_DEP)
@@ -636,7 +631,7 @@ endif
# Dependencies of .v files
-%.v.d: $(D_DEPEND_BEFORE_SRC) %.v $(D_DEPEND_AFTER_SRC) $(COQDEPBOOT) $(GENVFILES)
+%.v.d: $(D_DEPEND_BEFORE_SRC) %.v $(D_DEPEND_AFTER_SRC) $(COQDEPBOOT)
$(SHOW)'COQDEP $<'
$(HIDE)$(COQDEPBOOT) -boot $(DYNDEP) "$<" $(TOTARGET)